| Index: tools/release/auto_roll.py
|
| diff --git a/tools/release/auto_roll.py b/tools/release/auto_roll.py
|
| index 27fd37097169339ca4f843ed1bec8a46262802cd..fc9aeee461ea34f425e05d1a25fc80303384ed8b 100755
|
| --- a/tools/release/auto_roll.py
|
| +++ b/tools/release/auto_roll.py
|
| @@ -123,7 +123,6 @@ class UpdateChromiumCheckout(Step):
|
| cwd = self._options.chromium
|
| self.GitCheckout("master", cwd=cwd)
|
| self.DeleteBranch("work-branch", cwd=cwd)
|
| - self.Command("gclient", "sync --nohooks", cwd=cwd)
|
| self.GitPull(cwd=cwd)
|
|
|
| # Update v8 remotes.
|
|
|