[Libreoffice-commits] core.git: uitest/libreoffice

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 5 15:42:03 UTC 2020


 uitest/libreoffice/connection.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 386dd5a8bc49e2c746fd6999592ae70199965161
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jun 5 10:13:40 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jun 5 17:41:22 2020 +0200

    self.socket appears to be unused
    
    ...ever since the code appeared here with
    29cd5a2f5e14a7f3d95cacb644a69a2df91ea8f8 "uitest: move uitest python part from
    dev-tools"
    
    Change-Id: I0549896691c2e2e1168eea4723abf5b014b56443
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95575
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index caee3b7bca96..9de92e77312f 100644
--- a/uitest/libreoffice/connection.py
+++ b/uitest/libreoffice/connection.py
@@ -25,7 +25,6 @@ class OfficeConnection:
     def __init__(self, args):
         self.args = args
         self.soffice = None
-        self.socket = None
         self.xContext = None
 
     def setUp(self):
@@ -137,7 +136,6 @@ class OfficeConnection:
 
             ret = self.soffice.wait()
             self.xContext = None
-            self.socket = None
             self.soffice = None
             if ret != 0:
                 raise Exception("Exit status indicates failure: " + str(ret))


More information about the Libreoffice-commits mailing list