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

@ -11,7 +11,6 @@ in the source distribution for its full text.
#include "CRT.h"
#include "String.h"
#include "RichString.h"
#include "debug.h"
#include <stdio.h>
#include <sys/time.h>