[MCJIT] Remove JITEventListener's anchor until I can determine the right place
[oota-llvm.git] / include / llvm / ExecutionEngine / JITEventListener.h
index c3edec8687834b6dd64001ba256b6a3e0a636239..dd52dfbdaf96032d65ec2bd694e9d880cd510c48 100644 (file)
@@ -113,8 +113,6 @@ public:
     return nullptr;
   }
 #endif // USE_OPROFILE
-private:
-  virtual void anchor();
 };
 
 } // end namespace llvm.