diff options
author | corvid <devnull@localhost> | 2015-05-29 16:44:15 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-29 16:44:15 +0000 |
commit | 73af306ef03f9ecc8b3213755f0ae830caf649c4 (patch) | |
tree | c643c313b53eeb1b65b92266e22fa1ea1230fba3 /dpid/dpid_common.h | |
parent | 485d42b5676ce9d324063f99312c1389941ea41e (diff) |
_MSG_ERR unused, unneeded, because it doesn't make much sense
Diffstat (limited to 'dpid/dpid_common.h')
-rw-r--r-- | dpid/dpid_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dpid/dpid_common.h b/dpid/dpid_common.h index cc7505a9..6df55ae1 100644 --- a/dpid/dpid_common.h +++ b/dpid/dpid_common.h @@ -18,7 +18,6 @@ */ #define _MSG(...) #define MSG(...) printf("[dpid]: " __VA_ARGS__) -#define _MSG_ERR(...) #define MSG_ERR(...) fprintf(stderr, "[dpid]: " __VA_ARGS__) #define dotDILLO_DPI ".dillo/dpi" |