Remove unused ERR macro
This commit is contained in:
parent
2d7dc6fbc5
commit
2d67a5c78e
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include "notification.h"
|
#include "notification.h"
|
||||||
|
|
||||||
#define ERR(msg) printf("%s : %d\n", (msg), __LINE__)
|
|
||||||
#define PERR(msg, errnum) printf("(%d) %s : %s\n", __LINE__, (msg), (strerror(errnum)))
|
#define PERR(msg, errnum) printf("(%d) %s : %s\n", __LINE__, (msg), (strerror(errnum)))
|
||||||
|
|
||||||
#define ColLast 3
|
#define ColLast 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user