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
This commit is contained in:
om 2006-04-11 22:23:34 +00:00
parent 09dd16b981
commit 84a19a9ab6

View File

@ -22,10 +22,9 @@
#include "helperfuncs.h"
#include "timer.h"
extern time_t TIME;
typedef std::vector<InspTimer*> timergroup;
typedef std::map<time_t, timergroup*> timerlist;
timerlist Timers;
void TickTimers(time_t TIME)