mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Remove redundant comment
The function name collectReferencedFunctions() makes the purpose clear, so the comment 'Pass 1: Collect all referenced functions' is unnecessary.
This commit is contained in:
@@ -761,7 +761,6 @@ export class AsmParser extends AsmRegex implements IAsmParser {
|
||||
asmLines = filters.preProcessBinaryAsmLines(asmLines);
|
||||
}
|
||||
|
||||
// Pass 1: Collect all referenced functions
|
||||
const referencedFunctions = this.collectReferencedFunctions(asmLines);
|
||||
|
||||
for (const line of asmLines) {
|
||||
|
||||
Reference in New Issue
Block a user