* defs.h (XMALLOC): Define.
[deliverable/binutils-gdb.git] / gdb / utils.c
index edc340e326e6b6a52439f1316c0f3eecfe76afea..4a1b577514303e2f5918bfcffa24a7dd9723752d 100644 (file)
@@ -87,9 +87,6 @@ extern void free ();
 extern char *canonicalize_file_name (const char *);
 #endif
 
-#undef XMALLOC
-#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
-
 /* readline defines this.  */
 #undef savestring
 
This page took 0.032467 seconds and 4 git commands to generate.