[llvm-commits] [llvm] r110551 - /llvm/trunk/include/llvm/MC/MCContext.h

Benjamin Kramer benny.kra at googlemail.com
Sun Aug 8 12:54:10 PDT 2010


Author: d0k
Date: Sun Aug  8 14:54:10 2010
New Revision: 110551

URL: http://llvm.org/viewvc/llvm-project?rev=110551&view=rev
Log:
Remove unused variable.

Modified:
    llvm/trunk/include/llvm/MC/MCContext.h

Modified: llvm/trunk/include/llvm/MC/MCContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCContext.h?rev=110551&r1=110550&r2=110551&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCContext.h (original)
+++ llvm/trunk/include/llvm/MC/MCContext.h Sun Aug  8 14:54:10 2010
@@ -37,9 +37,6 @@
 
     /// 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;





More information about the llvm-commits mailing list