Remove overlooked 'register'.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dba94977c0)
r14.1.x
Slávek Banko 1 month ago
parent 6524c6eef9
commit e8c5809312
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -63,7 +63,7 @@ class KTalkdTable
TABLE_ENTRY * getTable() { return table; }
private:
void delete_entry(register TABLE_ENTRY *ptr);
void delete_entry(TABLE_ENTRY *ptr);
struct timeval tp;
struct timezone txp;

Loading…
Cancel
Save