diff options
Diffstat (limited to 'sinksh/syntax_modules/core_syntax.cpp')
-rw-r--r-- | sinksh/syntax_modules/core_syntax.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/core_syntax.cpp b/sinksh/syntax_modules/core_syntax.cpp index f5b6274..a05beb0 100644 --- a/sinksh/syntax_modules/core_syntax.cpp +++ b/sinksh/syntax_modules/core_syntax.cpp | |||
@@ -32,7 +32,6 @@ namespace CoreSyntax | |||
32 | bool exit(const QStringList &, State &) | 32 | bool exit(const QStringList &, State &) |
33 | { | 33 | { |
34 | ::exit(0); | 34 | ::exit(0); |
35 | return true; | ||
36 | } | 35 | } |
37 | 36 | ||
38 | bool showHelp(const QStringList &commands, State &state) | 37 | bool showHelp(const QStringList &commands, State &state) |