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]
/
interactive.c
diff --git
a/interactive.c
b/interactive.c
index
14186cd
..
cfc1d60
100644
(file)
--- a/
interactive.c
+++ b/
interactive.c
@@
-448,7
+448,6
@@
int i9e_open(struct i9e_client_info *ici, struct sched *s)
return ret;
i9ep->task.pre_select = i9e_pre_select;
i9ep->task.new_post_select = i9e_post_select;
- i9ep->task.post_select = NULL;
sprintf(i9ep->task.status, "i9e");
register_task(s, &i9ep->task);
rl_readline_name = "para_i9e";