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/auth | |
parent | 125ca8ddfee1da241d86f82439e24467b25b310a (diff) |
auth/none, mothra, news, libttf: unused variable removal
Diffstat (limited to 'sys/src/cmd/auth')
-rw-r--r-- | sys/src/cmd/auth/none.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/auth/none.c b/sys/src/cmd/auth/none.c index 42c264b42..01822b6aa 100644 --- a/sys/src/cmd/auth/none.c +++ b/sys/src/cmd/auth/none.c @@ -30,8 +30,6 @@ run(char **a) void main(int argc, char *argv[]) { - int fd; - ARGBEGIN{ case 'd': newnsdebug = 1; |