##// END OF EJS Templates
dirstate: Remove unused variable...
Simon Sapin -
r49042:50dca3aa default
parent child Browse files
Show More
@@ -149,7 +149,6 b' class Node(object):'
149 149 else:
150 150 # There are no mtime-cached directories in the Python implementation
151 151 flags = 0
152 mode = 0
153 152 size = 0
154 153 mtime_s = 0
155 154 mtime_ns = 0
General Comments 0
You need to be logged in to leave comments. Login now