Delete dead code.

llvm-svn: 284414
This commit is contained in:
Rafael Espindola 2016-10-17 19:25:42 +00:00
parent 00ee5edc0d
commit d6d2bafacc
1 changed files with 0 additions and 5 deletions

View File

@ -251,11 +251,6 @@ public:
MemoryBufferRef getMemoryBufferRef() const {
return Obj->getMemoryBufferRef();
}
// FIXME: We should fix lld and not expose this information.
StringMap<Comdat> &getComdatSymbolTable() {
return Obj->getModule().getComdatSymbolTable();
}
};
/// This class wraps an output stream for a native object. Most clients should