# HG changeset patch # User Simon Sapin # Date 1634212758 -7200 # Node ID 50dca3aa5c3b561b79233ccc85f61fe032cdde37 # Parent 4518d91f02d8fc1beb83a7ea1da3db0badaf6900 dirstate: Remove unused variable This fixes test-check-pyflakes.t which is currently failing on the default branch. Differential Revision: https://phab.mercurial-scm.org/D11658 diff -r 4518d91f02d8 -r 50dca3aa5c3b mercurial/dirstateutils/v2.py --- a/mercurial/dirstateutils/v2.py Thu Oct 14 13:58:25 2021 +0200 +++ b/mercurial/dirstateutils/v2.py Thu Oct 14 13:59:18 2021 +0200 @@ -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