Code Cleanup

- Removed conditional compilation of the shell, controlled by FEATURE_SHELL.
This commit is contained in:
Paul Beckingham
2011-04-03 19:41:19 -04:00
parent e4b0c6e7c0
commit 77ba7946f5
5 changed files with 1 additions and 15 deletions

View File

@@ -168,9 +168,7 @@ void Cmd::load ()
commands.push_back ("log");
commands.push_back ("prepend");
commands.push_back ("projects");
#ifdef FEATURE_SHELL
commands.push_back ("shell");
#endif
commands.push_back ("start");
commands.push_back ("stats");
commands.push_back ("stop");