Removed SystemTime declaration
This commit is contained in:
parent
fd4535aa50
commit
f4fd05e251
|
@ -80,7 +80,6 @@ extern struct Client me;
|
|||
extern rb_dlink_list global_client_list;
|
||||
extern struct Client *local[];
|
||||
extern struct Counter Count;
|
||||
extern struct timeval SystemTime;
|
||||
extern int default_server_capabs;
|
||||
|
||||
extern time_t startup_time;
|
||||
|
|
|
@ -80,7 +80,6 @@ struct Counter Count;
|
|||
struct ServerStatistics ServerStats;
|
||||
|
||||
int maxconnections;
|
||||
struct timeval SystemTime;
|
||||
struct Client me; /* That's me */
|
||||
struct LocalUser meLocalUser; /* That's also part of me */
|
||||
|
||||
|
|
Loading…
Reference in New Issue