[ms-inline asm] Use the new API introduced in r165830 in lieu of the
[oota-llvm.git] / include / llvm / Object / Archive.h
index 358b27a416cdf9adf6a7e82338bafd9651dbd5dd..f3d824960c2fc948c56063d927cb785f94d12dcc 100644 (file)
@@ -129,7 +129,6 @@ public:
   symbol_iterator end_symbols() const;
 
   // Cast methods.
-  static inline bool classof(Archive const *v) { return true; }
   static inline bool classof(Binary const *v) {
     return v->isArchive();
   }