Remove argNames

This commit is contained in:
ryuukk 2023-11-22 17:49:55 +01:00 committed by GitHub
parent d959f174cc
commit 11fb88f28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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