Skip to content

Commit 4c85131

Browse files
committed
cleanup
1 parent 788f47a commit 4c85131

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

entries/ghatem-fpc/src/OneBRC.lpr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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;

entries/ghatem-fpc/src/baseline.console.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ interface
2727
cOptionInput: array of string = ['-i', '--input-file'];
2828
{$ENDIF}
2929

30-
{$I version.inc}
3130

3231
resourcestring
3332
rsAppTitle = 'One Billion Row Challenge Baseline';

0 commit comments

Comments
 (0)