mercurial/util.py
changeset 21912 b6ef4469191d
parent 21908 cad9dadc9d26
child 21913 50aad4609224
--- a/mercurial/util.py	Tue Jul 15 14:52:22 2014 -0700
+++ b/mercurial/util.py	Tue Jul 15 14:52:40 2014 -0700
@@ -742,7 +742,6 @@
         return remod.compile(pat, flags)
 
 re = _re()
-compilere = re.compile
 
 _fspathcache = {}
 def fspath(name, root):