Context
- Removed unreachable code.
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user