From: om Date: Tue, 11 Apr 2006 22:23:34 +0000 (+0000) Subject: Remove an extern, partly because it's unused, partly because it then gets shadowed... X-Git-Tag: v2.0.23~8253 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=84a19a9ab6129deb71cdc24b216b74dd8eb80978;p=user%2Fhenk%2Fcode%2Finspircd.git Remove an extern, partly because it's unused, partly because it then gets shadowed by something else, but mostly because it confused the hell out of me :/ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3870 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/timer.cpp b/src/timer.cpp index 0c2cabbbe..6ccdbb9bd 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -22,10 +22,9 @@ #include "helperfuncs.h" #include "timer.h" -extern time_t TIME; - typedef std::vector timergroup; typedef std::map timerlist; + timerlist Timers; void TickTimers(time_t TIME)