From f4fd05e25197d7b9a29b80be4b3f950906e0a089 Mon Sep 17 00:00:00 2001 From: Valery V Yatsko Date: Sat, 28 Jun 2008 14:38:27 +0400 Subject: [PATCH] Removed SystemTime declaration --- include/ircd.h | 1 - src/ircd.c | 1 - 2 files changed, 2 deletions(-) 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 */