summaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-27 15:12:12 +0000
committercorvid <corvid@lavabit.com>2009-05-27 15:12:12 +0000
commit1e517b96c3034c4163c863decd3c9c45ceab14ad (patch)
tree26fb46cae25cb6c298d6a6c581920e407f367c28 /lout
parent661bf6a76614bbd98ca3b718eddce81e3e88d6bf (diff)
lout doesn't need MSG_HTTP
Diffstat (limited to 'lout')
-rw-r--r--lout/msg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lout/msg.h b/lout/msg.h
index f391da91..f6ece68b 100644
--- a/lout/msg.h
+++ b/lout/msg.h
@@ -36,7 +36,4 @@
printf("** ERROR **: " __VA_ARGS__); \
} D_STMT_END
-#define MSG_HTTP(...) \
- printf("HTTP warning: " __VA_ARGS__)
-
#endif /* __MSG_H__ */