Remove old memory debugging routines. We have Valgrind nowadays.

This commit is contained in:
Hisham Muhammad
2011-12-26 22:04:29 +00:00
parent 84281bdc44
commit 45f7a4fc8d
41 changed files with 8 additions and 388 deletions

2
htop.c
View File

@ -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;
}