exit mem_realloc, enters p_realloc/xrealloc.
[apps/madmutt.git] / lib / mem.h
diff --git a/lib/mem.h b/lib/mem.h
deleted file mode 100644 (file)
index ac8f811..0000000
--- a/lib/mem.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * This file is part of mutt-ng, see http://www.muttng.org/.
- * It's licensed under the GNU General Public License,
- * please see the file GPL in the top level source directory.
- */
-#ifndef _LIB_MEM_H
-#define _LIB_MEM_H
-
-#include <sys/types.h>
-
-void _mem_realloc (void*, size_t, int, const char*);
-#define mem_realloc(p,c) _mem_realloc(p,c,__LINE__,__FILE__)
-
-#endif /* !_LIB_MEM_H */