get rid of unused variable warnings in topten.c
This commit is contained in:
@@ -555,8 +555,6 @@ static char *
|
|||||||
encode_extended_conducts()
|
encode_extended_conducts()
|
||||||
{
|
{
|
||||||
static char buf[BUFSZ];
|
static char buf[BUFSZ];
|
||||||
const char *achievement = NULL;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
add_achieveX(buf, "foodless", !u.uconduct.food);
|
add_achieveX(buf, "foodless", !u.uconduct.food);
|
||||||
|
|||||||
Reference in New Issue
Block a user