summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cksum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cksum.c b/cksum.c
index dda9aaf..1933167 100644
--- a/cksum.c
+++ b/cksum.c
@@ -118,8 +118,6 @@ static struct sum sum_alternative(FILE *f)
int cksum(const char *path, enum algorithm alg)
{
- uintmax_t octets = 0;
-
FILE *f = stdin;
if (path && strcmp(path, "-")) {
f = fopen(path, "rb");