Don’t assign to self.

This commit is contained in:
Anthony J. Bentley
2014-11-06 21:42:40 -07:00
parent 1e1339467e
commit 7ad634febd
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ Callback_NARG(struct sSymbol * sym)
{
ULONG i = 0;
sym = sym;
while (currentmacroargs[i] && i < MAXMACROARGS)
i += 1;