projects
/
project
/
uclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f153a
)
remove debug code
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 20:30:28 +0000
(21:30 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 20:30:28 +0000
(21:30 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient-http.c
patch
|
blob
|
history
diff --git
a/uclient-http.c
b/uclient-http.c
index e2b6c79dc9e4609d1c03f6e876e8027e9159042c..fcf3b9b84a2760f08bc9a771b34b041c80035372 100644
(file)
--- 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)
{