]> granicus.if.org Git - nethack/commitdiff
Remove unused size from questpgr.c
authorDerek S. Ray <derekray@gmail.com>
Tue, 17 Feb 2015 18:42:59 +0000 (13:42 -0500)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Sat, 28 Feb 2015 00:34:31 +0000 (19:34 -0500)
src/questpgr.c

index d1bd4b25091b4eca65e994008f475c2c8c9f9329..7f51965f7823d0f106ac5648d262436dc8695f21 100644 (file)
@@ -46,7 +46,6 @@ static void
 dump_qtlist()  /* dump the character msg list to check appearance */
 {
        struct  qtmsg   *msg;
-       long    size;
 
        if (!showdebug()) return;