remove build warning

win/tty/topl.c(516) : warning C4101: 'ln' : unreferenced local variable
This commit is contained in:
nethack.allison
2009-10-10 17:43:19 +00:00
parent 1ab6a4d9d7
commit 0c4c3beb9a

View 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;