Remove unused variable.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Aug 2010 19:54:10 +0000 (19:54 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Aug 2010 19:54:10 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110551 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCContext.h

index 8b30bfcd374ee7a8826cd4f76eb3ded6757f9901..6dab24ea0ea85acd60b3b648355f2cf3b0b9b20d 100644 (file)
@@ -37,9 +37,6 @@ namespace llvm {
 
     /// The MCAsmInfo for this target.
     const MCAsmInfo &MAI;
-    
-    /// Sections - Bindings of names to allocated sections.
-    StringMap<MCSection*> Sections;
 
     /// Symbols - Bindings of names to symbols.
     StringMap<MCSymbol*> Symbols;