diff options
author | corvid <corvid@lavabit.com> | 2009-05-27 15:12:12 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-27 15:12:12 +0000 |
commit | 1e517b96c3034c4163c863decd3c9c45ceab14ad (patch) | |
tree | 26fb46cae25cb6c298d6a6c581920e407f367c28 | |
parent | 661bf6a76614bbd98ca3b718eddce81e3e88d6bf (diff) |
lout doesn't need MSG_HTTP
-rw-r--r-- | lout/msg.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -36,7 +36,4 @@ printf("** ERROR **: " __VA_ARGS__); \ } D_STMT_END -#define MSG_HTTP(...) \ - printf("HTTP warning: " __VA_ARGS__) - #endif /* __MSG_H__ */ |