no need for that variable

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3237 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-01 00:16:41 +00:00
parent 7bfcfac3c2
commit b11b408bdb

View file

@ -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)