Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / debug / core / PHPDebugModel.java
index 94c9556..007cd10 100644 (file)
@@ -128,7 +128,7 @@ public class PHPDebugModel {
        public static PHPLineBreakpoint lineBreakpointExists(IResource resource, int lineNumber)
                        throws CoreException {
                String modelId = PHPDebugCorePlugin.PLUGIN_ID; // getPluginIdentifier();
-               String markerType = PHPLineBreakpoint.getMarkerType();
+               //String markerType = PHPLineBreakpoint.getMarkerType();
                IBreakpointManager manager = DebugPlugin.getDefault()
                                .getBreakpointManager();
                IBreakpoint[] breakpoints = manager.getBreakpoints(modelId);