memory.h: hrealloc not used anywhere

This commit is contained in:
h_vogt 2016-02-27 15:34:16 +01:00 committed by rlar
parent d0897fd0c4
commit 25264b3980
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ extern void txfree(void *ptr);
#define ZERO(PTR, TYPE) bzero(PTR, sizeof(TYPE))
#if defined(_MSC_VER) || defined(__MINGW32__)
void *hrealloc(void *ptr, size_t num);
#endif
#ifdef CIDER
#define RALLOC(ptr, type, number) \