common/mem.h: removed, not needed.
This commit is contained in:
parent
ec6b523713
commit
fd3d2c0fa6
2 changed files with 0 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
#ifndef _COMMON_MEM_H
|
||||
|
||||
#define _COMMON_MEM_H
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#define sfree(x) \
|
||||
if (x != NULL) \
|
||||
free(x)
|
||||
|
||||
#endif /* _COMMON_MEM_H */
|
||||
Reference in a new issue