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

fixed warnings

This commit is contained in:
Ted Williams 2007-03-14 07:25:04 +00:00
parent 3e9c29b573
commit dab3a786af
2 changed files with 0 additions and 3 deletions

View file

@ -1602,8 +1602,6 @@ class Rendering extends Composite implements IDebugEventSetListener
if(containsEditedCell(address)) // cell size cannot be switched during an edit
return getEditedMemory(address);
IMemoryBlockExtension memoryBlock = getMemoryBlock();
boolean contains = false;
if(fCache != null && fCache.start != null)
{

View file

@ -13,7 +13,6 @@
package org.eclipse.dd.debug.memory.renderings.traditional;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.debug.internal.ui.DebugUIPlugin;
import org.eclipse.debug.ui.memory.IMemoryRendering;
import org.eclipse.debug.ui.memory.IMemoryRenderingTypeDelegate;