[ELF] Remove extraneous semicolon in DefaultLayout

llvm-svn: 232985
This commit is contained in:
Rafael Auler 2015-03-23 18:39:37 +00:00
parent 33dd45d06a
commit 515fd61692
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ void DefaultLayout<ELFT>::sortOutputSectionByPriority(
return getPriorityFromSectionName(lhsSectionName) <
getPriorityFromSectionName(rhsSectionName);
});
};
}
template <class ELFT> void DefaultLayout<ELFT>::assignSectionsToSegments() {
ScopedTask task(getDefaultDomain(), "assignSectionsToSegments");