From b11b408bdba27dda500603c67715f1e3751db6cc Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 1 Dec 2003 00:16:41 +0000 Subject: [PATCH] no need for that variable git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3237 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 44ff2380..05d1bd7f 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -666,7 +666,6 @@ int CEXEBuild::includeScript(char *f) // !ifmacro[n]def based on Anders Kjersem's code int CEXEBuild::MacroExists(const char *macroname) { - bool mdefined = false; char *m = (char *) m_macros.get(); while (m && *m)