Shuffle the virtual destructor down to the base. This should actually pacify
[oota-llvm.git] / include / llvm / MC / MCSection.h
index a92fc379e193461f540295b5e01d4a1ec502b7ea..21fdb6bd39b8ba9bb55f0143c17b9f5be3dce02f 100644 (file)
@@ -64,8 +64,6 @@ namespace llvm {
     /// isVirtualSection - Check whether this section is "virtual", that is
     /// has no actual object file contents.
     virtual bool isVirtualSection() const = 0;
-
-    static bool classof(const MCSection *) { return true; }
   };
 
 } // end namespace llvm