Save memory by removing argNames from DSymbol (#763)

This commit is contained in:
ryuukk 2023-11-22 21:45:23 +01:00 committed by GitHub
parent 09f4e7e932
commit 6d635923f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -1006,7 +1006,6 @@ private:
break;
}
}
currentSymbol.acSymbol.argNames.insert(parameter.acSymbol.name);
currentSymbol.acSymbol.functionParameters ~= parameter.acSymbol;

View File

@ -386,11 +386,6 @@ struct DSymbol
// Is alias this symbols
DSymbol*[] aliasThisSymbols;
/**
* Names of function arguments
*/
// TODO: remove since we have function arguments
UnrolledList!(istring) argNames;
/**
* Function parameter symbols