diff options
author | Noel Grandin <noel@peralex.com> | 2012-07-03 09:53:52 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 16:34:38 +0100 |
commit | fa4966a15c02c435534662b51f45cac51728640d (patch) | |
tree | b8885244e67fc9253baa462948f3635369993953 /jurt/com/sun | |
parent | 08181e1c3e0df6556f4ec8732180630a780738f0 (diff) |
Remove dead java code
Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
Diffstat (limited to 'jurt/com/sun')
-rw-r--r-- | jurt/com/sun/star/comp/urlresolver/UrlResolver.java | 1 | ||||
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index 0d73e70a5c0b..166007acc13e 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -72,7 +72,6 @@ public class UrlResolver { } else { // new style int index = dcp.indexOf(':'); - String url = dcp.substring(0, index).trim(); dcp = dcp.substring(index + 1).trim(); index = dcp.indexOf(';'); diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 1174becfb6a2..e6ee09f9390e 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -209,7 +209,6 @@ public class java_remote_bridge } private final Type type; - private final Object object; private int count = 1; } |