diff --git a/subcmds/sync.py b/subcmds/sync.py index 48ceb468..2fea61d5 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -1776,7 +1776,6 @@ later is required to fix a server side protocol bug. logger.error("error: Local checkouts *not* updated.") raise SyncFailFastError(aggregate_errors=errors) - err_update_linkfiles = False try: self.UpdateCopyLinkfileList(m) except Exception as e: