From d6c853ae8fd01d7d2740c464c5516a709618d622 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 24 Jul 2007 14:57:59 +0000 Subject: [PATCH] Removed unused tag. --- .../src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java index 14ef42e0b06..d91afd76a0e 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java @@ -169,7 +169,7 @@ public class CDebugCorePlugin extends Plugin { } private void initializeDebugConfiguration() { - IExtensionPoint extensionPoint = Platform.getExtensionRegistry().getExtensionPoint( getUniqueIdentifier(), CDEBUGGER_EXTENSION_POINT_ID ); //$NON-NLS-1$ + IExtensionPoint extensionPoint = Platform.getExtensionRegistry().getExtensionPoint( getUniqueIdentifier(), CDEBUGGER_EXTENSION_POINT_ID ); IConfigurationElement[] infos = extensionPoint.getConfigurationElements(); fDebugConfigurations = new HashMap( infos.length ); for( int i = 0; i < infos.length; i++ ) {