[ELF] Remove one unneeded unquote from D124266

This one is unneeded after commit d60ef9338d (2023-02-03).
This commit is contained in:
Fangrui Song
2023-07-05 15:08:53 -07:00
parent 7cab385a8f
commit 49dfbc6efc

View File

@@ -587,7 +587,7 @@ void ScriptParser::readSections() {
if (SectionCommand *cmd = readAssignment(tok))
v.push_back(cmd);
else
v.push_back(readOutputSectionDescription(unquote(tok)));
v.push_back(readOutputSectionDescription(tok));
}
// If DATA_SEGMENT_RELRO_END is absent, for sections after DATA_SEGMENT_ALIGN,