projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c46db0
)
common: remove unneeded macros/includes
author
Brian Norris
<banorris@uci.edu>
Sat, 26 May 2012 00:14:56 +0000
(17:14 -0700)
committer
Brian Norris
<banorris@uci.edu>
Sat, 26 May 2012 00:14:56 +0000
(17:14 -0700)
common.h
patch
|
blob
|
history
diff --git
a/common.h
b/common.h
index 3e97432cb2c825cbcf56d7fb6c1510bc8e825eb7..cd6b16a286cf4684f711a824b303a465a99c590c 100644
(file)
--- a/
common.h
+++ b/
common.h
@@
-2,8
+2,6
@@
#define __COMMON_H__
#include <stdio.h>
-#include <stdlib.h>
-#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__ */