Change the representation of MCCFIInstruction.
[oota-llvm.git] / include / llvm / MC / MCSectionMachO.h
index 15eb4f4a76859db34109575a46318fbd7a42bcde..71ea8f3e901d83b18ca45b7e9961cdf6a906bc07 100644 (file)
@@ -174,7 +174,6 @@ public:
   static bool classof(const MCSection *S) {
     return S->getVariant() == SV_MachO;
   }
-  static bool classof(const MCSectionMachO *) { return true; }
 };
 
 } // end namespace llvm