mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Remove unused variable.
llvm-svn: 110551
This commit is contained in:
parent
fa440174ee
commit
bf4f7b3665
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user