summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-09-23 19:30:41 -0700
committerElliott Hughes <enh@google.com>2011-09-25 10:29:48 -0700
commit2a20cfd0b7fc81099f5de0da782ebcc1cb262792 (patch)
treeef9b496f2ea83edce5cbe4a427dbaafd710bff16 /src/runtime.h
parent65ca077378935beb113bb5aec5e890054ca3286e (diff)
downloadart-2a20cfd0b7fc81099f5de0da782ebcc1cb262792.zip
art-2a20cfd0b7fc81099f5de0da782ebcc1cb262792.tar.gz
art-2a20cfd0b7fc81099f5de0da782ebcc1cb262792.tar.bz2
Implement java.lang.reflect.Constructor.constructNative.
Change-Id: Iefa92ad1bd89073d4bfa9a80b9e4f0dea90a5849
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index ee5f524..a6916ac 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -193,7 +193,6 @@ class Runtime {
bool Init(const Options& options, bool ignore_unrecognized);
void InitNativeMethods();
void RegisterRuntimeNativeMethods(JNIEnv*);
- void RunImageClinits();
void StartDaemonThreads();
std::string boot_class_path_;