[LLD] [COFF] Remove a stray duplicate comment. NFC.
The following class isn't part of the export table; there's a second correctly placed comment about the things that actually belong to the export table.
This commit is contained in:
parent
ca56b33daf
commit
ceee35e3e4
|
|
@ -158,7 +158,6 @@ binImports(const std::vector<DefinedImportData *> &imports) {
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Export table
|
|
||||||
// See Microsoft PE/COFF spec 4.3 for details.
|
// See Microsoft PE/COFF spec 4.3 for details.
|
||||||
|
|
||||||
// A chunk for the delay import descriptor table etnry.
|
// A chunk for the delay import descriptor table etnry.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue