projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Kill old ->post_select variant.
[paraslash.git]
/
http_recv.c
diff --git
a/http_recv.c
b/http_recv.c
index
80f0b16
..
ad8e213
100644
(file)
--- a/
http_recv.c
+++ b/
http_recv.c
@@
-192,7
+192,6
@@
void http_recv_init(struct receiver *r)
r->open = http_recv_open;
r->close = http_recv_close;
r->pre_select = http_recv_pre_select;
- r->post_select = NULL;
r->new_post_select = http_recv_post_select;
r->parse_config = http_recv_parse_config;
r->free_config = http_recv_free_config;