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
-1
View File
@@ -225,7 +225,6 @@ PutUniqueArg(char *src, ULONG size)
{
char *s;
src = src;
yyskipbytes(size);
if ((s = sym_FindMacroArg(-1)) != NULL) {
yyunputstr(s);
-1
View File
@@ -37,7 +37,6 @@ Callback_NARG(struct sSymbol * sym)
{
ULONG i = 0;
sym = sym;
while (currentmacroargs[i] && i < MAXMACROARGS)
i += 1;