1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[233338] - Removed the redundant RequestMonitor.STATUS_CANCEL.

This commit is contained in:
Pawel Piech 2008-05-22 16:25:06 +00:00
parent a178ac32bc
commit ea0fa709a3

View file

@ -87,9 +87,6 @@ public class RequestMonitor {
public void requestCanceled(RequestMonitor rm); 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 * The executor that will be used in order to invoke the handler of the results
* of the request. * of the request.