Skip to content

Commit 75bdc54

Browse files
remove comment
1 parent 9afc016 commit 75bdc54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fread.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,6 @@ int freadMain(freadMainArgs _args) {
19121912
DTPRINT(_(" Number of sampling jump points = %d because jump0size==0\n"), nJumps);
19131913
} else {
19141914
DTPRINT(_(" Number of sampling jump points = %d because (%ld bytes from row 1 to eof) / (2 * %ld jump0size) == %ld\n"),
1915-
// NB: ptrdiff_t should use '%td', but that's a C99 addition, which may not work with old Rtools (pre-Rtools42)
19161915
nJumps, (long int)sz, (long int)jump0size, (long int)(sz/(2*jump0size)));
19171916
}
19181917
}

0 commit comments

Comments
 (0)