Skip to content

Commit ec80b94

Browse files
committed
adjust comment
1 parent 00db22d commit ec80b94

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

entries/ghatem-fpc/src/onebrc.pas

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ TBRCThread = class (TThread)
9595

9696
implementation
9797

98-
uses
99-
CRC;
100-
10198

10299
const
103100
c0ascii: ShortInt = 48;
@@ -423,7 +420,7 @@ procedure TOneBRC.GenerateOutput;
423420
try
424421
vStations.BeginUpdate;
425422
for vData in FStationsDicts[0].Values do begin
426-
// nil value means empty slot: skip
423+
// count = 0 means empty slot: skip
427424
if vData^.Count <> 0 then
428425
vStations.Add(vData^.Name);
429426
end;

0 commit comments

Comments
 (0)