mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Context
- Removed unreachable code.
This commit is contained in:
parent
ecc528cbf3
commit
04b2378d57
1 changed files with 0 additions and 2 deletions
|
@ -425,8 +425,6 @@ int Context::dispatch (std::string &out)
|
||||||
|
|
||||||
assert (commands["help"]);
|
assert (commands["help"]);
|
||||||
return commands["help"]->execute (out);
|
return commands["help"]->execute (out);
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue