]> granicus.if.org Git - nethack/commitdiff
remove build warning
authornethack.allison <nethack.allison>
Sat, 10 Oct 2009 17:43:19 +0000 (17:43 +0000)
committernethack.allison <nethack.allison>
Sat, 10 Oct 2009 17:43:19 +0000 (17:43 +0000)
win/tty/topl.c(516) : warning C4101: 'ln' : unreferenced local variable

win/tty/topl.c

index c01f30cd7d70dbc41ba05bad0d07911a3ffc893b..cefdc89520a279704cc996a6d4785727cd748519 100644 (file)
@@ -513,7 +513,6 @@ msghistory_snapshot(purge)
 boolean purge;         /* clear message history buffer as we copy it */
 {
     nhwchar *mesg;
-    unsigned ln;
     int i, inidx, outidx;
     struct WinDesc *cw;