diff options
| author | 2018-12-03 18:44:49 +0000 | |
|---|---|---|
| committer | 2018-12-03 18:44:49 +0000 | |
| commit | ee45798b02c3a9fffa9c4b5c1fe0fe03a423df66 (patch) | |
| tree | 61054ce8dae4b30654d41a1ba2f1394ef1c28484 /runtime/common_runtime_test.h | |
| parent | 9f27ffa9031431267ae59ee3469c853355811916 (diff) | |
| parent | 00fe35e4021e9a8679eca3ffaede48fd89b56258 (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.h | 3 |
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) {} |