[Libreoffice-commits] core.git: librelogo/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 6 08:29:47 UTC 2018


 librelogo/source/LibreLogo/LibreLogo.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b3cf62a59fd80160f09752ee65c64480736a8fca
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 5 16:56:21 2018 +0100
Commit:     László Németh <nemeth at numbertext.org>
CommitDate: Tue Nov 6 09:28:34 2018 +0100

    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 at numbertext.org>
    Tested-by: László Németh <nemeth at numbertext.org>

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)


More information about the Libreoffice-commits mailing list