]> granicus.if.org Git - nethack/commitdiff
remove warning for unused variable
authornhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 17:03:11 +0000 (12:03 -0500)
committernhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 17:03:11 +0000 (12:03 -0500)
src/questpgr.c

index ca131bd17e3682740c273534d4d637def5f58263..770ec8cb08ecb3f7681c201a4e8af2f977f9b953 100644 (file)
@@ -299,7 +299,6 @@ convert_line(in_line, out_line)
 char *in_line, *out_line;
 {
     char *c, *cc;
-    char xbuf[BUFSZ];
 
     cc = out_line;
     for (c = in_line; *c; c++) {