From 09a6efc2c3cb19a690a865a0e310d78ada16044c Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Mon, 13 Nov 2006 15:34:05 +0000 Subject: [PATCH] Fixes warnings. --- .../eclipse/cdt/internal/ui/util/RemoteTreeContentManager.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/RemoteTreeContentManager.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/RemoteTreeContentManager.java index 9d35aa314a5..f256906c0ac 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/RemoteTreeContentManager.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/RemoteTreeContentManager.java @@ -39,7 +39,6 @@ import org.eclipse.ui.progress.WorkbenchJob; public class RemoteTreeContentManager { private RemoteTreeViewer fViewer; private IWorkbenchSiteProgressService progressService; - private ITreeContentProvider fProvider; /** * Job to fetch children @@ -228,7 +227,6 @@ public class RemoteTreeContentManager { * @param parent the parent for which children should be pruned * @param offset the offset at which children should be pruned. All children at and after * this index will be removed from the tree. - * @param monitor */ protected void prune(final Object parent, final int offset) { WorkbenchJob updateJob = new WorkbenchJob("DeferredTree") { //$NON-NLS-1$