Removed unused function coreme()

This commit is contained in:
Ivan Skytte Jørgensen
2016-03-13 23:53:42 +01:00
parent b358e69f29
commit 7665cb9d25

1
Mem.h

@ -170,7 +170,6 @@ inline bool relabel ( void *ptr , int32_t size , const char *note ) {
void operator delete ( void *p ) throw();
void * operator new (size_t size) throw (std::bad_alloc);
inline void *coreme ( int /*x*/ ) { char *xx = NULL; *xx = 0; return NULL; }
int32_t getAllocSize(void *p);
//void * operator new (size_t size) ;