diff --git a/include/ircd.h b/include/ircd.h index c600f5c..2ad4963 100644 --- a/include/ircd.h +++ b/include/ircd.h @@ -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; diff --git a/src/ircd.c b/src/ircd.c index a748217..b4f69e1 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -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 */