diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c index 0abc2f360..dad8cb4f8 100644 --- a/src/main.c +++ b/src/main.c @@ -91,7 +91,6 @@ const char version_build[] = /* the space is needed cause if you build with nothing it will complain */ const char version_flags[] = " " VER_OS VER_MYSQL VER_MODULE; -extern char *mod_current_buffer; /******** Local variables! ********/ @@ -211,8 +210,6 @@ static void services_shutdown() ircdproto->SendSquit(ServerName, quitmsg); if (uplink) delete [] uplink; - if (mod_current_buffer) - delete [] mod_current_buffer; if (ircd->chanmodes) { delete [] ircd->chanmodes; } |