1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 07:43:12 +02:00

- More refactoring related to local[] removal.

This commit is contained in:
William Pitcock
2012-11-25 02:59:48 +00:00
parent 56010d9fb5
commit 4efcdfe090
3 changed files with 33 additions and 37 deletions
-7
View File
@@ -214,13 +214,6 @@ void debug(int level, char *form, ...)
#endif
#endif
#if 0
if (local[2])
{
local[2]->sendM++;
local[2]->sendB += strlen(debugbuf);
}
#endif
#ifndef _WIN32
(void)fprintf(stderr, "%s", debugbuf);
(void)fputc('\n', stderr);