| Index: tools/auto_bisect/bisect_utils.py
|
| diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
|
| index 330c4648508f91457200dbd3acbfd29efe0e75d2..3822fe9c5e4a9e7e5acd0644e4b5be9883f5a7a7 100644
|
| --- a/tools/auto_bisect/bisect_utils.py
|
| +++ b/tools/auto_bisect/bisect_utils.py
|
| @@ -379,7 +379,6 @@ def SetupGitDepot(opts, custom_deps):
|
| if os.path.isfile(os.path.join('src', FILE_DEPS_GIT)):
|
| cwd = os.getcwd()
|
| os.chdir('src')
|
| - passed_deps_check = True
|
| if passed_deps_check:
|
| passed_deps_check = RemoveThirdPartyDirectory('libjingle')
|
| if passed_deps_check:
|
|
|