diff options
Diffstat (limited to 'cli/cli_diff_state.cpp')
-rw-r--r-- | cli/cli_diff_state.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/cli_diff_state.cpp b/cli/cli_diff_state.cpp index 427d258c..952efa98 100644 --- a/cli/cli_diff_state.cpp +++ b/cli/cli_diff_state.cpp @@ -45,9 +45,6 @@ static void usage(void) { os::String command = find_command(); - if (!command.length()) { - exit(1); - } char *args[4]; args[0] = (char *) "python"; |