Skip to content

Commit b7f6422

Browse files
committed
remove unnecessary termination
1 parent 1387426 commit b7f6422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entries/ghatem-fpc/src/OneBRC.lpr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ procedure TOneBRC.GenerateOutput;
627627
procedure TBRCThread.Execute;
628628
begin
629629
FProc (FThreadNb, FStart, FEnd);
630-
Terminate;
631630
end;
632631

633632
constructor TBRCThread.Create(aProc: TThreadProc; aThreadNb: TThreadCount; aStart: Int64; aEnd: Int64);

0 commit comments

Comments
 (0)