diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 3afe5f75..09afa445 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -1119,10 +1119,6 @@ main (int argc, char *argv[]) _SSL_context_free (ctx); #endif -#ifdef USE_DEBUG - hexchat_mem_list (); -#endif - #ifdef WIN32 WSACleanup (); #endif |