From: Brian Norris Date: Sat, 26 May 2012 00:14:56 +0000 (-0700) Subject: common: remove unneeded macros/includes X-Git-Tag: pldi2013~392^2~36 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8905bc5a36219e4bdd9603b432da0fe3756f73a6;p=model-checker.git common: remove unneeded macros/includes --- diff --git a/common.h b/common.h index 3e97432..cd6b16a 100644 --- a/common.h +++ b/common.h @@ -2,8 +2,6 @@ #define __COMMON_H__ #include -#include -#include "mymemory.h" //#define CONFIG_DEBUG @@ -25,8 +23,4 @@ do { \ } \ } while (0); - -#define userMalloc(size) malloc(size) -#define userFree(ptr) free(ptr) - #endif /* __COMMON_H__ */