From 76ebc88ccd6fef0bf2d97b607829fb3466e273af Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Aug 2006 09:23:46 +0000 Subject: extern time_t TIME -> InspIRCd::Time() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4873 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 48d0745d5..e74d82010 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -51,8 +51,6 @@ extern InspIRCd* ServerInstance; -extern time_t TIME; - const long duration_m = 60; const long duration_h = duration_m * 60; const long duration_d = duration_h * 24; -- cgit v1.2.3