diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-03 13:45:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-04 13:55:54 +0000 |
commit | 21d53a213265196833c4cd2af471c2dd53f12ffa (patch) | |
tree | bcfda79180b955f70db0f202770377f4a58f108a /qadevOOo | |
parent | 026f38aca9d4f0c2755c7affe0a1e0f75fac2887 (diff) |
coverity#1326580 Useless call
Change-Id: I85a469a482ab0d7c1f897dd8f9fb809f1e55a7c2
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/io/_XActiveDataControl.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java index 37383b099b82..d33239174e2c 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java @@ -207,7 +207,6 @@ public class _XActiveDataControl extends MultiMethodTest { // check, if any error occurred if (errorCalled) { - Status.failed("Unexpected error"); log.println("Unexpected error " + error); ((Exception)error).printStackTrace(log); } |