projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3850f5c
)
Remove unused variable.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 8 Aug 2010 19:54:10 +0000
(19:54 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCContext.h
b/include/llvm/MC/MCContext.h
index 8b30bfcd374ee7a8826cd4f76eb3ded6757f9901..6dab24ea0ea85acd60b3b648355f2cf3b0b9b20d 100644
(file)
--- 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;