forked from Mirrors/privacore-open-source-search-engine
Removed unused function coreme()
This commit is contained in:
1
Mem.h
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) ;
|
||||
|
Reference in New Issue
Block a user