Remove unused argument.

llvm-svn: 178987
This commit is contained in:
Rafael Espindola
2013-04-07 16:40:00 +00:00
parent 5ffc079c8a
commit 717c4d44c4
5 changed files with 5 additions and 6 deletions

View File

@@ -429,7 +429,7 @@ relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const {
}
COFFObjectFile::COFFObjectFile(MemoryBuffer *Object, error_code &ec)
: ObjectFile(Binary::ID_COFF, Object, ec)
: ObjectFile(Binary::ID_COFF, Object)
, Header(0)
, SectionTable(0)
, SymbolTable(0)