summaryrefslogtreecommitdiff
path: root/sys/src/cmd/news.c
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/news.c
parent125ca8ddfee1da241d86f82439e24467b25b310a (diff)
auth/none, mothra, news, libttf: unused variable removal
Diffstat (limited to 'sys/src/cmd/news.c')
-rw-r--r--sys/src/cmd/news.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/news.c b/sys/src/cmd/news.c
index ef601172c..e64d397ce 100644
--- a/sys/src/cmd/news.c
+++ b/sys/src/cmd/news.c
@@ -44,7 +44,7 @@ void note(char *s);
void
main(int argc, char *argv[])
{
- int i, aflag = 0, nflag = 0;
+ int i;
int doupdate = 1;
int printall = 0;
void (*printer)(char*) = print_item;