mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Remove old memory debugging routines. We have Valgrind nowadays.
This commit is contained in:
2
htop.c
2
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user