Make branch heavy code for generating marked up disassembly simpler
[oota-llvm.git] / include / llvm / MC / MCSectionCOFF.h
index 7eacde57f48f403f2e7f55f32b1c6a8a0b54828e..b050c0f442b602884c591e025b25a2deb4a91b43 100644 (file)
@@ -61,7 +61,6 @@ namespace llvm {
     static bool classof(const MCSection *S) {
       return S->getVariant() == SV_COFF;
     }
-    static bool classof(const MCSectionCOFF *) { return true; }
   };
 
 } // end namespace llvm