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]
/
oss_write.c
diff --git
a/oss_write.c
b/oss_write.c
index
0b8f1b5
..
8a48b07
100644
(file)
--- a/
oss_write.c
+++ b/
oss_write.c
@@
-233,7
+233,6
@@
void oss_write_init(struct writer *w)
w->close = oss_close;
w->pre_select = oss_pre_select;
w->new_post_select = oss_post_select;
- w->post_select = NULL;
w->parse_config_or_die = oss_parse_config_or_die;
w->free_config = oss_free_config;
w->help = (struct ggo_help) {