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;