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

View File

@ -14,7 +14,6 @@ in the source distribution for its full text.
#include "config.h"
#include <ctype.h>
#include "debug.h"
#include <assert.h>
#ifdef HAVE_NCURSESW_CURSES_H
#include <ncursesw/curses.h>