Remove unused variable.

This commit is contained in:
Sebastian Buchwald
2016-03-09 10:56:26 +01:00
parent 9a1bbbd14d
commit 7304c1de5c
-2
View File
@@ -1963,7 +1963,6 @@ do_oracles()
void void
do_dungeon() do_dungeon()
{ {
int rcnt = 0;
char *line; char *line;
Sprintf(filename, DATA_IN_TEMPLATE, DGN_I_FILE); Sprintf(filename, DATA_IN_TEMPLATE, DGN_I_FILE);
@@ -1989,7 +1988,6 @@ do_dungeon()
while ((line = fgetline(ifp)) != 0) { while ((line = fgetline(ifp)) != 0) {
SpinCursor(3); SpinCursor(3);
rcnt++;
if (line[0] == '#') { if (line[0] == '#') {
free(line); free(line);
continue; /* discard comments */ continue; /* discard comments */