##// END OF EJS Templates
dirstate: remove unused variable
Benoit Boissinot -
r10935:5f10634f default
parent child Browse files
Show More
@@ -11,7 +11,6 b' import util, ignore, osutil, parsers'
11 import struct, os, stat, errno
11 import struct, os, stat, errno
12 import cStringIO
12 import cStringIO
13
13
14 _unknown = ('?', 0, 0, 0)
15 _format = ">cllll"
14 _format = ">cllll"
16 propertycache = util.propertycache
15 propertycache = util.propertycache
17
16
General Comments 0
You need to be logged in to leave comments. Login now