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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user