Delete dead code.

llvm-svn: 238168
This commit is contained in:
Rafael Espindola 2015-05-26 01:56:56 +00:00
parent ed34d58c09
commit 0a415bf28d
1 changed files with 0 additions and 5 deletions

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.