From ea0fa709a3c9ad475a3659fb117e78dada1626ca Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Thu, 22 May 2008 16:25:06 +0000 Subject: [PATCH] [233338] - Removed the redundant RequestMonitor.STATUS_CANCEL. --- .../src/org/eclipse/dd/dsf/concurrent/RequestMonitor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/concurrent/RequestMonitor.java b/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/concurrent/RequestMonitor.java index 7b9dd17df67..5c0415965c6 100644 --- a/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/concurrent/RequestMonitor.java +++ b/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/concurrent/RequestMonitor.java @@ -87,9 +87,6 @@ public class RequestMonitor { public void requestCanceled(RequestMonitor rm); } - - public static final IStatus STATUS_CANCEL = new Status(IStatus.CANCEL, DsfPlugin.PLUGIN_ID, "Request canceled"); //$NON-NLS-1$ - /** * The executor that will be used in order to invoke the handler of the results * of the request.