mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 23:15:24 +02:00
Removed an unused constant.
This commit is contained in:
parent
d046e0a25f
commit
acef14f15d
1 changed files with 8 additions and 11 deletions
|
@ -37,7 +37,6 @@ import org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI;
|
|||
import org.eclipse.cdt.internal.ui.editor.CEditor;
|
||||
|
||||
public class CallHierarchyBaseTest extends BaseUITestCase {
|
||||
protected static final int INDEXER_WAIT_TIME = 8000;
|
||||
private static int sProjectCounter= 0;
|
||||
|
||||
protected ICProject fCProject;
|
||||
|
@ -134,8 +133,7 @@ public class CallHierarchyBaseTest extends BaseUITestCase {
|
|||
}
|
||||
runEventQueue(10);
|
||||
}
|
||||
}
|
||||
catch (IllegalArgumentException e) {
|
||||
} catch (IllegalArgumentException e) {
|
||||
assertNull("Tree node " + label + " does not exist!", label);
|
||||
return null;
|
||||
}
|
||||
|
@ -143,5 +141,4 @@ public class CallHierarchyBaseTest extends BaseUITestCase {
|
|||
assertEquals(label, item.getText());
|
||||
return item;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue