diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-11-21 15:22:28 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-11-21 15:22:28 -0500 |
commit | 246c550451f7069121b3791229d9fdc219178565 (patch) | |
tree | 87b9d835bfedc8744e1e2731b60e5dbb8685d684 /cksum.c | |
parent | c9e612be4bec65ee560a630e835ccb7b67491294 (diff) |
remove unused variable
Diffstat (limited to 'cksum.c')
-rw-r--r-- | cksum.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"); |