diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-03-16 05:16:17 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-03-16 05:16:17 +0000 |
commit | f40225e86cf4b92cab975d9121ff06ed5cfe9d91 (patch) | |
tree | 2570c74b9dea2a44b0a9b6c57c81a9a56e5b0802 /sys/src/cmd/mothra | |
parent | 125ca8ddfee1da241d86f82439e24467b25b310a (diff) |
auth/none, mothra, news, libttf: unused variable removal
Diffstat (limited to 'sys/src/cmd/mothra')
-rw-r--r-- | sys/src/cmd/mothra/snoop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/snoop.c b/sys/src/cmd/mothra/snoop.c index 833141544..dada8bdc5 100644 --- a/sys/src/cmd/mothra/snoop.c +++ b/sys/src/cmd/mothra/snoop.c @@ -124,7 +124,6 @@ int snooptype(int fd) { char buf[128]; - int i; if(filetype(fd, buf, sizeof(buf)) < 0) return -1; |