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:
parent
86ab70a815
commit
c30af4fb0f
2 changed files with 3 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
|
@ -78,7 +78,7 @@ public class FindAction implements IViewActionDelegate {
|
|||
dialog.open();
|
||||
|
||||
// TODO: finish feature?
|
||||
Object results[] = dialog.getResult();
|
||||
//Object results[] = dialog.getResult();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue