Remove Useless Code
This commit is contained in:
parent
154adea292
commit
d17416421a
@ -11,7 +11,7 @@
|
||||
#define ALLOC_CHECK(obj) \
|
||||
{ \
|
||||
if (obj == NULL) { \
|
||||
ERR("(%s:%i) Memory Allocation Failed", __FILE__, __LINE__); \
|
||||
ERR("%s", "Memory Allocation Failed"); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user