mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
Remove bogus job_chain_is_fully_constructed declaration
This member function no longer exists.
This commit is contained in:
parent
c39c598996
commit
7ff0e7d0f7
1 changed files with 0 additions and 3 deletions
|
@ -509,9 +509,6 @@ class job_t : noncopyable_t {
|
|||
/// \return whether we should post job_exit events.
|
||||
bool posts_job_exit_events() const;
|
||||
|
||||
/// \return whether this job and its parent chain are fully constructed.
|
||||
bool job_chain_is_fully_constructed() const;
|
||||
|
||||
/// Run ourselves. Returning once we complete or stop.
|
||||
void continue_job(parser_t &parser);
|
||||
|
||||
|
|
Loading…
Reference in a new issue