diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-05 16:56:21 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-11-06 09:28:34 +0100 |
commit | b3cf62a59fd80160f09752ee65c64480736a8fca (patch) | |
tree | 0e26f5b7bdee9a5b822f965805ae3edf3c4833af /librelogo | |
parent | e83c1f0ef999bdedaf9a5d5903aa5423c40f6d95 (diff) |
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/62910
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'librelogo')
-rw-r--r-- | librelogo/source/LibreLogo/LibreLogo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py index 06ccca3a6377..bb17005a9684 100644 --- a/librelogo/source/LibreLogo/LibreLogo.py +++ b/librelogo/source/LibreLogo/LibreLogo.py @@ -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) |