| Index: build/android/pylib/perf/setup.py
|
| diff --git a/build/android/pylib/perf/setup.py b/build/android/pylib/perf/setup.py
|
| index d6a5304a06962b74f6657538fa94505803985a02..0c976bd7f11f0b808d2c06935f8384c0b5432513 100644
|
| --- a/build/android/pylib/perf/setup.py
|
| +++ b/build/android/pylib/perf/setup.py
|
| @@ -42,10 +42,6 @@ def _KillPendingServers():
|
| i *= 2
|
| if i > 10:
|
| break
|
| - # Reset the test port allocation. It's important to do it before starting
|
| - # to dispatch any step.
|
| - if not ports.ResetTestServerPortAllocation():
|
| - raise Exception('Failed to reset test server port.')
|
|
|
| forwarder.Forwarder.UseMultiprocessing()
|
|
|
|
|