]> granicus.if.org Git - nethack/commitdiff
remove an unused variable
authornhmall <nhmall@nethack.org>
Sun, 9 Feb 2020 20:21:35 +0000 (15:21 -0500)
committernhmall <nhmall@nethack.org>
Sun, 9 Feb 2020 20:21:35 +0000 (15:21 -0500)
src/botl.c

index 89f1ff29edbbb7cf92410afbb164cf44e8f2f0c3..00c550ca49a9bdc8980841aaf2317dea9d87c0db 100644 (file)
@@ -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;