1
0
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:
Benjamin Kramer 2010-08-08 19:54:10 +00:00
parent fa440174ee
commit bf4f7b3665

View File

@ -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;