From 0c4c3beb9af37b4f25ca72fef43b046d5001812e Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sat, 10 Oct 2009 17:43:19 +0000 Subject: [PATCH] remove build warning win/tty/topl.c(516) : warning C4101: 'ln' : unreferenced local variable --- win/tty/topl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win/tty/topl.c b/win/tty/topl.c index c01f30cd7..cefdc8952 100644 --- a/win/tty/topl.c +++ b/win/tty/topl.c @@ -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;