summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-03-16 05:16:17 +0000
committerJacob Moody <moody@posixcafe.org>2023-03-16 05:16:17 +0000
commitf40225e86cf4b92cab975d9121ff06ed5cfe9d91 (patch)
tree2570c74b9dea2a44b0a9b6c57c81a9a56e5b0802 /sys/src/cmd/mothra
parent125ca8ddfee1da241d86f82439e24467b25b310a (diff)
auth/none, mothra, news, libttf: unused variable removal
Diffstat (limited to 'sys/src/cmd/mothra')
-rw-r--r--sys/src/cmd/mothra/snoop.c1
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;