Skip to content

Commit

Permalink
Remove argNames
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuukk authored Nov 22, 2023
1 parent d959f17 commit 11fb88f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dsymbol/src/dsymbol/symbol.d
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fb88f

Please sign in to comment.