From d26540bb05b0443e7988da34372c86f88cbf1f6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 16:27:56 +0200 Subject: java: remove unused fields Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525 --- jurt/com/sun/star/comp/urlresolver/UrlResolver.java | 3 --- jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java | 2 -- jurt/com/sun/star/uno/WeakReference.java | 2 -- 3 files changed, 7 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index cb90e355202c..60cf351162b9 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -47,9 +47,6 @@ import com.sun.star.uno.UnoRuntime; * @since UDK1.0 */ public class UrlResolver { - static private final boolean DEBUG = false; - - static public class _UrlResolver implements XUnoUrlResolver { static private final String __serviceName = "com.sun.star.bridge.UnoUrlResolver"; diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java index 5d2a7d5d0df0..cde06ab1f56c 100644 --- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java +++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java @@ -120,6 +120,4 @@ public final class pipeAcceptor implements XAcceptor { */ public void stopAccepting() { } - - private static final boolean DEBUG = false; } diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java index 5057f2a65d0c..3691c0fa0119 100644 --- a/jurt/com/sun/star/uno/WeakReference.java +++ b/jurt/com/sun/star/uno/WeakReference.java @@ -31,7 +31,6 @@ import com.sun.star.uno.XReference; */ public class WeakReference { - private final boolean DEBUG= false; private OWeakRefListener m_listener; // There is no default constructor. Every instance must register itself with the // XAdapter interface, which is done in the constructors. Assume we have this code @@ -103,7 +102,6 @@ public class WeakReference */ class OWeakRefListener implements XReference { - private final boolean DEBUG= false; private XAdapter m_adapter; /** -- cgit