changeset 21912:b6ef4469191d

util: remove no longer used compilere
author Siddharth Agarwal <sid0@fb.com>
date Tue, 15 Jul 2014 14:52:40 -0700
parents 760f4055e656
children 50aad4609224
files mercurial/util.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):