Skip to content

Commit

Permalink
Bug #423 remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 26, 2018
1 parent 64f6cd2 commit 4be3cd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tcpprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,6 @@ print_stats(const char *file)
COUNTER pri = 0, sec = 0, nosend = 0;

count = read_cache(&cachedata, file, &comment);
// if (count > 65535)
// exit(-1);

for (COUNTER i = 1; i <= count; i ++) {
int cacheval = check_cache(cachedata, i);
switch (cacheval) {
Expand Down

0 comments on commit 4be3cd4

Please sign in to comment.