diff options
| author | 2006-04-11 22:23:34 +0000 | |
|---|---|---|
| committer | 2006-04-11 22:23:34 +0000 | |
| commit | 84a19a9ab6129deb71cdc24b216b74dd8eb80978 (patch) | |
| tree | e76ec9d906bdb1ba514fbecc61d5accf45d8dde5 /src/timer.cpp | |
| parent | Route some more stuff through socket.h and hash_map.h. Add #define protection... (diff) | |
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
Diffstat (limited to 'src/timer.cpp')
| -rw-r--r-- | src/timer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<InspTimer*> timergroup; typedef std::map<time_t, timergroup*> timerlist; + timerlist Timers; void TickTimers(time_t TIME) |
