coverity#1327143 UrF: Unread field
Change-Id: Iff1a546cca83fed6fc81836e447bc30d68969274
This commit is contained in:
parent
606d0ef777
commit
8540bcc810
1 changed files with 0 additions and 4 deletions
|
@ -43,8 +43,6 @@ import com.sun.star.uno.XInterface;
|
|||
*/
|
||||
public class _XAcceptor extends MultiMethodTest {
|
||||
|
||||
protected PrintWriter log_ ;
|
||||
|
||||
/**
|
||||
* Calls <code>accept()</code> method in a separate thread.
|
||||
* Then stores exception thrown by call if it occurred, or
|
||||
|
@ -98,8 +96,6 @@ public class _XAcceptor extends MultiMethodTest {
|
|||
connectString = (String)
|
||||
tEnv.getObjRelation("XAcceptor.connectStr") ;
|
||||
|
||||
log_ = log ;
|
||||
|
||||
if (connectString == null)
|
||||
throw new StatusException("No object relation found",
|
||||
new NullPointerException()) ;
|
||||
|
|
Loading…
Reference in a new issue