[ms-inline asm] Use the new API introduced in r165830 in lieu of the
[oota-llvm.git] / include / llvm / Object / Binary.h
index baed81827d0c5be47c8e57f5b255a63899ee61bb..d555de3accc21d67860a85584a9cfb670a3f2516 100644 (file)
@@ -64,7 +64,6 @@ public:
 
   // Cast methods.
   unsigned int getType() const { return TypeID; }
-  static inline bool classof(const Binary *v) { return true; }
 
   // Convenience methods
   bool isObject() const {