channels: refactor jobwait

This commit is contained in:
Björn Linse
2017-07-25 11:59:08 +02:00
parent 5517d2323b
commit f629f8312d
5 changed files with 43 additions and 51 deletions

View File

@@ -74,8 +74,6 @@ struct Channel {
CallbackReader on_stdout;
CallbackReader on_stderr;
Callback on_exit;
varnumber_T *status_ptr; // TODO: refactor?
};
EXTERN PMap(uint64_t) *channels;