From: nhmall Date: Sun, 9 Feb 2020 20:21:35 +0000 (-0500) Subject: remove an unused variable X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea4fb91662335a13c0e8b99dd553d514670d7f1;p=nethack remove an unused variable --- diff --git a/src/botl.c b/src/botl.c index 89f1ff29e..00c550ca4 100644 --- a/src/botl.c +++ b/src/botl.c @@ -1016,7 +1016,6 @@ void cond_menu(VOID_ARGS) { int i, res, idx = 0; - unsigned long ret = 0UL; winid tmpwin; anything any; menu_item *picks = (menu_item *) 0;