Remove unnecessary classof()'s
[oota-llvm.git] / include / llvm / InlineAsm.h
index 58c1e84e53f1876e9e829a765f5e6c4d9b92b3f1..c6e0aab05e7d651f0861e2478fd5d19495a0fea9 100644 (file)
@@ -189,7 +189,6 @@ public:
   }
   
   // Methods for support type inquiry through isa, cast, and dyn_cast:
-  static inline bool classof(const InlineAsm *) { return true; }
   static inline bool classof(const Value *V) {
     return V->getValueID() == Value::InlineAsmVal;
   }