Remove unused arg 'defer' in 'job_start' #1000

* With the changes in commit
  "events: Refactor how event deferral is handled"
  (2e4ea29d2c) the function argument
  'defer' of 'job_start' and member variable 'defer' of 'struct job'
  can be removed.
* Update/Fix the documentation for function 'job_start'.
This commit is contained in:
oni-link
2014-07-29 13:11:34 +02:00
committed by Nicolas Hillegeer
parent a98a6996c2
commit 1ef12f0204
4 changed files with 3 additions and 11 deletions

View File

@@ -10498,7 +10498,6 @@ static void f_job_start(typval_T *argvars, typval_T *rettv)
on_job_stdout,
on_job_stderr,
on_job_exit,
true,
0,
&rettv->vval.v_number);