diff options
Diffstat (limited to 'tools/bisection_search/bisection_search.py')
| -rwxr-xr-x | tools/bisection_search/bisection_search.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/bisection_search/bisection_search.py b/tools/bisection_search/bisection_search.py index 27bd599aaaf..250b5d178ac 100755 --- a/tools/bisection_search/bisection_search.py +++ b/tools/bisection_search/bisection_search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # @@ -166,10 +166,6 @@ class Dex2OatWrapperTestable(object): """Prepare command to run.""" cmd = self._base_cmd[0:self._arguments_position] # insert additional arguments before the first argument - if compiled_methods is not None: - self._test_env.WriteLines(self._compiled_methods_path, compiled_methods) - cmd += ['-Xcompiler-option', '--compiled-methods={0}'.format( - self._compiled_methods_path)] if passes_to_run is not None: self._test_env.WriteLines(self._passes_to_run_path, passes_to_run) cmd += ['-Xcompiler-option', '--run-passes={0}'.format( |
