Delete dead code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-05-26 01:56:56 +00:00
parent eac71e23fd
commit 369611994b

View File

@ -28,11 +28,6 @@ class MCSymbolData;
/// efficiently compute the exact address of any symbol in the assembly file,
/// even during the relaxation process.
class MCAsmLayout {
public:
typedef llvm::SmallVectorImpl<MCSectionData *>::const_iterator const_iterator;
typedef llvm::SmallVectorImpl<MCSectionData *>::iterator iterator;
private:
MCAssembler &Assembler;
/// List of sections in layout order.