Remove unused variable.

This commit is contained in:
Sebastian Buchwald
2016-03-09 10:56:26 +01:00
parent 9a1bbbd14d
commit 7304c1de5c

View File

@@ -1963,7 +1963,6 @@ do_oracles()
void
do_dungeon()
{
int rcnt = 0;
char *line;
Sprintf(filename, DATA_IN_TEMPLATE, DGN_I_FILE);
@@ -1989,7 +1988,6 @@ do_dungeon()
while ((line = fgetline(ifp)) != 0) {
SpinCursor(3);
rcnt++;
if (line[0] == '#') {
free(line);
continue; /* discard comments */