[Libreoffice-commits] core.git: qadevOOo/runner

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 26 14:39:32 UTC 2019


 qadevOOo/runner/lib/MultiMethodTest.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 986e4f94b802f9f603c5e744f69f2dc14b4d91f3
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jul 26 09:03:04 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 26 16:38:31 2019 +0200

    cid#1448350 RV: Bad use of return value
    
    Change-Id: Ib8fb2c0e4cbee4cab739beaa273d588e8723ff12
    Reviewed-on: https://gerrit.libreoffice.org/76361
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java
index 45ef58eb3054..81a87f3f47de 100644
--- a/qadevOOo/runner/lib/MultiMethodTest.java
+++ b/qadevOOo/runner/lib/MultiMethodTest.java
@@ -138,7 +138,6 @@ public class MultiMethodTest
         this.tRes = new TestResult();
         Class<?> testedClass;
 
-        getInterfaceName();
         System.out.print("checking: [" + entry.longName + "]");
 
         // defining a name of the class corresponding to the tested interface


More information about the Libreoffice-commits mailing list