aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-29 16:44:15 +0000
committercorvid <devnull@localhost>2015-05-29 16:44:15 +0000
commit73af306ef03f9ecc8b3213755f0ae830caf649c4 (patch)
treec643c313b53eeb1b65b92266e22fa1ea1230fba3
parent485d42b5676ce9d324063f99312c1389941ea41e (diff)
_MSG_ERR unused, unneeded, because it doesn't make much sense
-rw-r--r--dpid/dpid_common.h1
-rw-r--r--lout/msg.h1
2 files changed, 0 insertions, 2 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"
diff --git a/lout/msg.h b/lout/msg.h
index 4993c105..e52ff986 100644
--- a/lout/msg.h
+++ b/lout/msg.h
@@ -13,7 +13,6 @@
*/
#define _MSG(...)
#define _MSG_WARN(...)
-#define _MSG_ERR(...)
#define MSG(...) \