get rid of unused variable warnings in topten.c

This commit is contained in:
nhmall
2020-04-29 10:18:46 -04:00
parent fe230d84ad
commit d87675c94c

View File

@@ -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);