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 /lout | |
parent | 485d42b5676ce9d324063f99312c1389941ea41e (diff) |
_MSG_ERR unused, unneeded, because it doesn't make much sense
Diffstat (limited to 'lout')
-rw-r--r-- | lout/msg.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ */ #define _MSG(...) #define _MSG_WARN(...) -#define _MSG_ERR(...) #define MSG(...) \ |