mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 20:49:02 -04:00
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:
parent
09dd16b981
commit
84a19a9ab6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user