Remove FIXME comment about WIP.

This is the only line other than the function signature remaining
of the original patch.

llvm-svn: 335208
This commit is contained in:
Eric Christopher 2018-06-21 07:15:19 +00:00
parent 76cfef46f3
commit 12e221d9b9
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
return false;
}
// FIXME: This is a work in progress.
bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {
return ParseSectionArguments(/*IsPush=*/false, loc);
}