From c62d6b1e6aabe9db364c3c1d9000048ea7bb1de5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Mar 2014 21:30:28 +0100 Subject: [PATCH] remove debug code Signed-off-by: Felix Fietkau --- uclient-http.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/uclient-http.c b/uclient-http.c index e2b6c79..fcf3b9b 100644 --- a/uclient-http.c +++ b/uclient-http.c @@ -371,12 +371,6 @@ uclient_http_set_header(struct uclient *cl, const char *name, const char *value) return 0; } -#define ustream_printf(us, ...) do { \ - fprintf(stderr, "send: " __VA_ARGS__); \ - ustream_printf(us, __VA_ARGS__); \ -} while (0) - - static void uclient_http_send_headers(struct uclient_http *uh) { -- 2.11.0