summaryrefslogtreecommitdiff
path: root/runtime/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jit/jit.h')
-rw-r--r--runtime/jit/jit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/jit/jit.h b/runtime/jit/jit.h
index c95fd9d934..7949926cb5 100644
--- a/runtime/jit/jit.h
+++ b/runtime/jit/jit.h
@@ -475,10 +475,7 @@ class Jit {
REQUIRES_SHARED(Locks::mutator_lock_);
// JIT compiler
- static void* jit_library_handle_;
static JitCompilerInterface* jit_compiler_;
- static JitCompilerInterface* (*jit_load_)(void);
- template <typename T> static bool LoadSymbol(T*, const char* symbol, std::string* error_msg);
// JIT resources owned by runtime.
jit::JitCodeCache* const code_cache_;