From 991808005a27b2e0049e124bf69250281276c317 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 8 Aug 2010 19:54:10 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110551 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCContext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/MC/MCContext.h b/include/llvm/MC/MCContext.h index 8b30bfcd374..6dab24ea0ea 100644 --- a/include/llvm/MC/MCContext.h +++ b/include/llvm/MC/MCContext.h @@ -37,9 +37,6 @@ namespace llvm { /// The MCAsmInfo for this target. const MCAsmInfo &MAI; - - /// Sections - Bindings of names to allocated sections. - StringMap Sections; /// Symbols - Bindings of names to symbols. StringMap Symbols;