From b1e0b6b17bc58ac790d9d725cdfddc32f5c17e2c Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 28 Oct 2019 16:02:16 -0700 Subject: [PATCH] avoid warning and check whether pushing commits has been straightened out. --- src/options.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/options.c b/src/options.c index 6c1abf617..28de184c3 100644 --- a/src/options.c +++ b/src/options.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 options.c $NHDT-Date: 1572070255 2019/10/26 06:10:55 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.381 $ */ +/* NetHack 3.6 options.c $NHDT-Date: 1572303730 2019/10/28 23:02:10 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.383 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2008. */ /* NetHack may be freely redistributed. See license for details. */ @@ -6116,9 +6116,6 @@ int which_set; int val; char *op, *symname, *strval; struct symparse *symp; -#ifdef DEBUG - int sym_max = SYM_MAX; -#endif if ((op = index(opts, ',')) != 0) { *op++ = 0;