diff options
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 f5b9058893..c48ab3629c 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) {} |