Kaydet (Commit) b3cf62a5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) László Németh

Removed not-used variable

Not sure about this, but just to catch the eye of the pro.
Git blame says 2012, so maybe it's really no more used

Change-Id: I737f3a1b2803f6ce98cb461350db18d06e0bf981
Reviewed-on: https://gerrit.libreoffice.org/62910Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
Tested-by: 's avatarLászló Németh <nemeth@numbertext.org>
üst e83c1f0e
......@@ -1836,7 +1836,6 @@ def __compil__(s):
rmsp = re.compile(r"[ ]*([=+*/]|==|<=|>=|<>|!=|-[ ]+)[ ]*")
chsp = re.compile(r"[ \t]+")
chch = re.compile(r"(?u)(?<!\w):(?=\w)")
parenfix = re.compile(r"(?ui)(\([^\(\[\]\)]+)]\)")
# remove CR characters and split lines
s = re.sub(r'[ \t\r]*(?=\n)', '', s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment