Skip to content

Commit

Permalink
refactor: Removed unused consts
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Mar 5, 2024
1 parent f615270 commit 883e224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions generator/Common/generate.common.pas
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ implementation

const
cSeed: LongInt = 46668267; // '1BRC' in ASCII
cColdestTemp = -99.9;
cHottestTemp = 99.9;
linesPercent = 10;
stationsCapacity = 50000;
chunkBatch = 10000;
Expand Down
2 changes: 1 addition & 1 deletion generator/Common/generate.console.pas
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ procedure WriteHelp;
WriteLn(' -v|--version Writes the version and exits');
WriteLn(' -i|--input-file <filename> The file containing the Weather Stations');
WriteLn(' -o|--output-file <filename> The file that will contain the generated lines');
WriteLn(' -n|--line-count <number> The amount of lines to be generated');
WriteLn(' -n|--line-count <number> The amount of lines to be generated ( Can use 1_000_000_000 )');
end;

end.
Expand Down

0 comments on commit 883e224

Please sign in to comment.