diff options
Diffstat (limited to 'lout/msg.h')
-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__ */ |