File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,6 @@ procedure TOneBRCApp.DoRun;
589589 ]
590590 );
591591 if ErrorMsg<>' ' then begin
592- // ShowException(Exception.Create(ErrorMsg));
593592 WriteLn(Format(rsErrorMessage, [ ErrorMsg ]));
594593 Terminate;
595594 Exit;
@@ -603,7 +602,7 @@ procedure TOneBRCApp.DoRun;
603602 end ;
604603
605604 if HasOption(cShortOptVersion, cLongOptVersion) then begin
606- WriteLn(Format(rsGeneratorVersion, [ cVersion ]));
605+ WriteLn(Format(rsGeneratorVersion, [ 1.0 ]));
607606 Terminate;
608607 Exit;
609608 end ;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ interface
2727 cOptionInput: array of string = [' -i' , ' --input-file' ];
2828 { $ENDIF}
2929
30- { $I version.inc}
3130
3231resourcestring
3332 rsAppTitle = ' One Billion Row Challenge Baseline' ;
You can’t perform that action at this time.
0 commit comments