diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /javaunohelper/com | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'javaunohelper/com')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java | 1 | ||||
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java b/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java index 057dc1fffc1f..060bbbcc3610 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java @@ -32,7 +32,6 @@ import java.util.LinkedList; */ public class WeakAdapter implements XAdapter { - private final boolean DEBUG= false; // references the XWeak implementation private WeakReference<Object> m_weakRef; // contains XReference objects registered by addReference diff --git a/javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java b/javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java index 827f15328acd..3ed65cdf30e0 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/WeakBase.java @@ -32,8 +32,6 @@ import java.util.HashMap; */ public class WeakBase implements XWeak, XTypeProvider { - private final boolean DEBUG= false; - // Contains all WeakAdapter which have been created in this class // They have to be notified when this object dies private WeakAdapter m_adapter; |