From b5e6840beaeca602d2da505dd3f312c496ea3f72 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 20 Apr 2026 10:31:32 -0400 Subject: [PATCH] vestigal line removed Closes #1502 --- sys/windows/Makefile.nmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 50e8084cf..f4be7a51c 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -139,8 +139,6 @@ GIT_AVAILABLE = N # if next line is commented out, full compiler command lines will be output Q=@ -SKIP_NETHACKW = N - !IFNDEF LUA_VERSION LUAVER=5.4.8 !ELSE