util: remove no longer used compilere
authorSiddharth Agarwal <sid0@fb.com>
Tue, 15 Jul 2014 14:52:40 -0700
changeset 21912 b6ef4469191d
parent 21911 760f4055e656
child 21913 50aad4609224
util: remove no longer used compilere
mercurial/util.py
--- 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):