diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:08:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:16 +0200 |
commit | 8d6cf7a147acde4e4a4f7600af25ed614b07f90d (patch) | |
tree | ae8f52bd74fb33459fe69eadbdb57271df86fd94 /jurt | |
parent | 60fad3fabb26a50ea238bed2f046670c6e5678f7 (diff) |
java: remove dead methods
Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/loader/JavaLoaderFactory.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java index ce2d0f60162b..b72e9c637212 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java +++ b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java @@ -30,13 +30,6 @@ public class JavaLoaderFactory implements XSingleServiceFactory, XServiceInfo { "com.sun.star.loader.Java2" }; - private static final boolean DEBUG = false; - - private static final void DEBUG(String dbg) { - if (DEBUG) - System.err.println(" >>> JavaLoaderFactory - " + dbg); - } - protected XMultiServiceFactory multiServiceFactory = null; public JavaLoaderFactory(XMultiServiceFactory factory) { |