From patchwork Thu Oct 14 20:11:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D11666: dirstate-v2: delete unused variable (to make test-check-pyflakes.t happy) From: phabricator X-Patchwork-Id: 49989 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Thu, 14 Oct 2021 20:11:58 +0000 martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11666 AFFECTED FILES mercurial/dirstateutils/v2.py CHANGE DETAILS To: martinvonz, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/mercurial/dirstateutils/v2.py b/mercurial/dirstateutils/v2.py --- a/mercurial/dirstateutils/v2.py +++ b/mercurial/dirstateutils/v2.py @@ -149,7 +149,6 @@ else: # There are no mtime-cached directories in the Python implementation flags = 0 - mode = 0 size = 0 mtime_s = 0 mtime_ns = 0