remove unused #define
authorBrian Demsky <bdemsky@uci.edu>
Sat, 19 May 2012 01:23:08 +0000 (18:23 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Sat, 19 May 2012 01:23:08 +0000 (18:23 -0700)
mymemory.cc

index 891a93f0d56c6b0fb083af75701badbafdb01041..1af6109725978bc39e36964c9a964f31acc56346 100644 (file)
@@ -3,7 +3,6 @@
 #include "snapshotimp.h"
 #include <stdio.h>
 #include <dlfcn.h>
-#define MSPACE_SIZE ( 1 << 20 )
 #if !USE_CHECKPOINTING
 static mspace sStaticSpace = NULL;
 #endif