summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-12-03 18:44:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-12-03 18:44:49 +0000
commitee45798b02c3a9fffa9c4b5c1fe0fe03a423df66 (patch)
tree61054ce8dae4b30654d41a1ba2f1394ef1c28484 /runtime/common_runtime_test.h
parent9f27ffa9031431267ae59ee3469c853355811916 (diff)
parent00fe35e4021e9a8679eca3ffaede48fd89b56258 (diff)
Merge "Revert "Reduce core image to core-{oj,libart,simple}.""
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h
index 319c7c7111..0fee797015 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -97,9 +97,6 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl {
return true;
}
- static bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
- /*out*/std::string* error_msg);
-
protected:
// Allow subclases such as CommonCompilerTest to add extra options.
virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}