branch | qmlfrontend |
changeset 10418 | 091d2c0216c3 |
parent 10306 | 4fca8bcfaff0 |
child 11071 | 3851ce4f2061 |
--- a/hedgewars/uDebug.pas Sat Sep 20 00:56:54 2014 +0400 +++ b/hedgewars/uDebug.pas Sun Sep 21 00:37:50 2014 +0400 @@ -33,12 +33,7 @@ begin WriteLnToConsole(Msg); if isFatalError then - begin ParseCommand('fatal ' + lastConsoleline, true); - // hint for the 'coverity' source analyzer - // this halt is never actually reached because ParseCommands will halt first - halt(HaltFatalError); - end; end; procedure TryDo(Assert: boolean; Msg: shortstring; isFatal: boolean);