changeset 48228:50dca3aa5c3b

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
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 14 Oct 2021 13:59:18 +0200
parents 4518d91f02d8
children db5897321351
files mercurial/dirstateutils/v2.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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