- Removed unreachable code.
This commit is contained in:
Paul Beckingham 2014-09-06 16:47:34 -04:00
parent ecc528cbf3
commit 04b2378d57

View file

@ -425,8 +425,6 @@ int Context::dispatch (std::string &out)
assert (commands["help"]);
return commands["help"]->execute (out);
return 1;
}
////////////////////////////////////////////////////////////////////////////////