summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-12-26 22:04:29 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-12-26 22:04:29 +0000
commit45f7a4fc8dfc469e5686e22d8feeda044f93d801 (patch)
tree242ce98827c1dc39c6287828f1fa97d01627e67d /htop.c
parent84281bdc44ea42e110efd256cdcdd37a84276204 (diff)
Remove old memory debugging routines. We have Valgrind nowadays.
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/htop.c b/htop.c
index fec7c77e..e2150a75 100644
--- a/htop.c
+++ b/htop.c
@@ -22,7 +22,6 @@ in the source distribution for its full text.
#include "TraceScreen.h"
#include "OpenFilesScreen.h"
#include "AffinityPanel.h"
-#include "debug.h"
#include <unistd.h>
#include <math.h>
@@ -914,6 +913,5 @@ int main(int argc, char** argv) {
((Object*)killPanel)->delete((Object*)killPanel);
UsersTable_delete(ut);
Settings_delete(settings);
- debug_done();
return 0;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy