Removes unused constant in IEclipseContextDebugger

Access to IEclipseContextDebugger should be based on .class

Change-Id: Ie62e075e532f8a8da2d7f1bf11c79a31c1329008
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/IEclipseContextDebugger.java b/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/IEclipseContextDebugger.java
index 50d4089..4e94669 100644
--- a/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/IEclipseContextDebugger.java
+++ b/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/IEclipseContextDebugger.java
@@ -15,8 +15,6 @@
 
 public interface IEclipseContextDebugger {
 
-	String SERVICE_NAME = IEclipseContextDebugger.class.getName();
-
 	public enum EventType {
 		CONSTRUCTED, DISPOSED, LISTENER_ADDED, ACTIVATED, DEACTIVATED
 	}