mymemory: kill system_malloc()
[cdsspec-compiler.git] / mymemory.h
index 0e274d2fa4cacc47c2ecdd557a4ae88f7e17b883..85679a1787dc74f638d4a7ba023fc9ae75e8415b 100644 (file)
@@ -49,8 +49,6 @@ void * snapshot_malloc(size_t size);
 void * snapshot_calloc(size_t count, size_t size);
 void snapshot_free(void *ptr);
 
-void *system_malloc(size_t size );
-
 /** @brief Provides a non-snapshotting allocator for use in STL classes.
  *
  * The code was adapted from a code example from the book The C++