ridljar/com/sun/star/lib/uno/environments/remote/Job.java | 1 - 1 file changed, 1 deletion(-)
New commits: commit 4a03ac99c72402954a6bb44f041122765f473dfe Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Jul 7 23:08:47 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Jul 8 07:35:50 2025 +0200 Remove unused member Change-Id: I9269a9772a16574b6df78981c128ab44932dd1f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187506 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/ridljar/com/sun/star/lib/uno/environments/remote/Job.java b/ridljar/com/sun/star/lib/uno/environments/remote/Job.java index 8ec4492c4c01..4bbb459ee4f7 100644 --- a/ridljar/com/sun/star/lib/uno/environments/remote/Job.java +++ b/ridljar/com/sun/star/lib/uno/environments/remote/Job.java @@ -42,7 +42,6 @@ import com.sun.star.uno.XCurrentContext; public class Job { protected IReceiver _iReceiver; protected Message _iMessage; - Object _disposeId; protected Object _object;
