X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=mymemory.h;h=85679a1787dc74f638d4a7ba023fc9ae75e8415b;hp=0e274d2fa4cacc47c2ecdd557a4ae88f7e17b883;hb=249a155b1ad7a7d1b53c0810cd7c85d6f99af47e;hpb=6712d74fa36397ad2b27cea0b017148e9753eafe diff --git a/mymemory.h b/mymemory.h index 0e274d2f..85679a17 100644 --- a/mymemory.h +++ b/mymemory.h @@ -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++