diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index f8f3d766c0..69dcfebcb1 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -101,7 +101,6 @@ #include "mirror/throwable.h" #include "monitor.h" #include "native/dalvik_system_DexFile.h" -#include "native/dalvik_system_InMemoryDexClassLoader_DexData.h" #include "native/dalvik_system_VMDebug.h" #include "native/dalvik_system_VMRuntime.h" #include "native/dalvik_system_VMStack.h" @@ -1534,7 +1533,6 @@ jobject Runtime::GetSystemClassLoader() const { void Runtime::RegisterRuntimeNativeMethods(JNIEnv* env) { register_dalvik_system_DexFile(env); - register_dalvik_system_InMemoryDexClassLoader_DexData(env); register_dalvik_system_VMDebug(env); register_dalvik_system_VMRuntime(env); register_dalvik_system_VMStack(env); |