##// 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 else:
149 else:
150 # There are no mtime-cached directories in the Python implementation
150 # There are no mtime-cached directories in the Python implementation
151 flags = 0
151 flags = 0
152 mode = 0
153 size = 0
152 size = 0
154 mtime_s = 0
153 mtime_s = 0
155 mtime_ns = 0
154 mtime_ns = 0
General Comments 0
You need to be logged in to leave comments. Login now