diff options
Diffstat (limited to 'include/llvm/ExecutionEngine/ObjectCache.h')
-rw-r--r-- | include/llvm/ExecutionEngine/ObjectCache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/ObjectCache.h b/include/llvm/ExecutionEngine/ObjectCache.h index d1849dfc3b..6f55e4391e 100644 --- a/include/llvm/ExecutionEngine/ObjectCache.h +++ b/include/llvm/ExecutionEngine/ObjectCache.h @@ -20,7 +20,6 @@ class Module; /// ExecutionEngine for the purpose of avoiding compilation for Modules that /// have already been compiled and an object file is available. class ObjectCache { - virtual void anchor(); public: ObjectCache() { } |