mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed warnings
This commit is contained in:
parent
3e9c29b573
commit
dab3a786af
2 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue