summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-08-08 19:54:10 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-08-08 19:54:10 +0000
commit991808005a27b2e0049e124bf69250281276c317 (patch)
treee8c094718be616a4a5d15faa17ef843dd471a034
parent3850f5cedad95e6062671d66b08e1a29e7d5e20f (diff)
downloadllvm-991808005a27b2e0049e124bf69250281276c317.tar.gz
llvm-991808005a27b2e0049e124bf69250281276c317.tar.bz2
llvm-991808005a27b2e0049e124bf69250281276c317.tar.xz
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110551 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/MC/MCContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/MC/MCContext.h b/include/llvm/MC/MCContext.h
index 8b30bfcd37..6dab24ea0e 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<MCSection*> Sections;
/// Symbols - Bindings of names to symbols.
StringMap<MCSymbol*> Symbols;