diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-05 11:03:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-12-05 11:15:57 +0200 |
commit | c199b76d882619bf9c4169631bc265e5bd2ca7fe (patch) | |
tree | aca1e89f3bc907a8f7b8e0fe5702bbe619f4a6a8 /jurt/com/sun/star/lib | |
parent | db203e59d6b54112cbf42923d4f02940b15e3c9f (diff) |
java: remove some unused local variables
Change-Id: Ia01528460e2f4b610d123e29cad66520abc6a965
Diffstat (limited to 'jurt/com/sun/star/lib')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/remote/Job.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java index 1d8b3661467d..a9cd28d5c0df 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.java @@ -77,7 +77,6 @@ public class Job { * @return the result of the message. */ public Object execute() throws Throwable { - Object msgResult = _iMessage.getResult(); if (_iMessage.isRequest()) { Object result = null; Throwable exception = null; |