summaryrefslogtreecommitdiff
path: root/src/timeout.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 13:30:24 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 13:30:24 +0000
commite7a15723172f46d1f0b192fc959c7a649830173d (patch)
tree06039c43ad3d47dc7355389caa15dfefbd2e55c9 /src/timeout.c
parent1fd0249076b85eef80a41a30b57cc47bc2a2ded2 (diff)
Clean up a few warnings.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1974 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/timeout.c')
-rw-r--r--src/timeout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timeout.c b/src/timeout.c
index 28223c9a9..d7544fb9e 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -37,10 +37,6 @@ void check_timeouts()
to = to->next;
continue;
}
- if (debug >= 4) {
- alog("debug: Running timeout 0x%p (code=0x%p repeat=%d)",
- static_cast<void *>(to), reinterpret_cast<voidF>(to->code), to->repeat);
- }
to->code(to);
if (to->repeat) {
to = to->next;