From b2064202fb156f952a870ef8ab3a94478a243eed 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 c600f5c2..2ad4963b 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 a748217b..b4f69e1d 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 */