Delete dead code.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 26 May 2015 01:56:56 +0000 (01:56 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 26 May 2015 01:56:56 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238168 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmLayout.h

index ae008300f0e247ca2fac844f81a7fb9434437bf9..6152e6497804d0c8750b58dd07968c4b85f1e3ec 100644 (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.