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

Just fix simple warnings. No functional changes.

This commit is contained in:
Randy Rohrbach 2009-10-26 14:03:42 +00:00
parent 86ab70a815
commit c30af4fb0f
2 changed files with 3 additions and 1 deletions

View file

@ -21,9 +21,11 @@
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/galileo"/>
</url>
<!--
<includes
id="org.eclipse.cdt.debug.ui.memory.source"
version="0.0.0"/>
-->
<requires>
<import plugin="org.eclipse.debug.core"/>

View file

@ -78,7 +78,7 @@ public class FindAction implements IViewActionDelegate {
dialog.open();
// TODO: finish feature?
Object results[] = dialog.getResult();
//Object results[] = dialog.getResult();
}
}