summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-06-21 22:21:12 -0400
committerTingPing <tingping@tingping.se>2014-06-21 22:21:12 -0400
commit45526205abb7ddbf3d21d19b51353d113027118f (patch)
tree566f82d36fe2f80f2eff3f203356c16d9b597e83 /src/common/hexchat.c
parent3342af4185eccba3cf5a9c6e2d2d426911afa0c6 (diff)
Remove broken debug code
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c4
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