summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sum.c b/src/sum.c
index 20713540c..413f8346e 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -108,8 +108,6 @@ bsd_sum_file (const char *file, int print_name)
}
}
- /* This algorithm seems to depend on sign extension in `ch' in order to
- give the right results. Ick. */
while ((ch = getc (fp)) != EOF)
{
total_bytes++;