Delete dead code.

llvm-svn: 258078
This commit is contained in:
Rafael Espindola 2016-01-18 20:50:28 +00:00
parent 9e373df2f7
commit 591c6cefae
1 changed files with 0 additions and 4 deletions

View File

@ -467,10 +467,6 @@ private:
std::vector<FdeData> FdeList;
};
inline uint64_t align(uint64_t Value, uint64_t Align) {
return llvm::RoundUpToAlignment(Value, Align);
}
// All output sections that are hadnled by the linker specially are
// globally accessible. Writer initializes them, so don't use them
// until Writer is initialized.