From d87675c94caa14bc4f17b4970bff6a2d6cb72d0e Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 29 Apr 2020 10:18:46 -0400 Subject: [PATCH] get rid of unused variable warnings in topten.c --- src/topten.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/topten.c b/src/topten.c index 9083c2490..2e1cc7361 100644 --- a/src/topten.c +++ b/src/topten.c @@ -555,8 +555,6 @@ static char * encode_extended_conducts() { static char buf[BUFSZ]; - const char *achievement = NULL; - int i; buf[0] = '\0'; add_achieveX(buf, "foodless", !u.uconduct.food);