|
From: Nicholas N. <nj...@ca...> - 2004-01-26 14:52:14
|
CVS commit by nethercote:
Remove some small unnecessary, out-of-date bits
M +0 -15 vg_default.c 1.21
--- valgrind/coregrind/vg_default.c #1.20:1.21
@@ -32,8 +32,4 @@
-/* These functions aren't intended to be run. Replacement functions used by
- * the chosen tool are substituted by compiling the tool into a .so and
- * LD_PRELOADing it. Nasty :) */
-
#include "vg_include.h"
@@ -67,15 +63,4 @@ void malloc_panic ( const Char* fn )
}
-#define MALLOC(proto) \
-__attribute__((weak)) \
-proto \
-{ \
- malloc_panic(__PRETTY_FUNCTION__); \
-}
-
-/* ---------------------------------------------------------------------
- Default functions
- ------------------------------------------------------------------ */
-
/*------------------------------------------------------------*/
/*--- Replacing malloc et al ---*/
|