mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +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;
|
import org.eclipse.cdt.internal.ui.editor.CEditor;
|
||||||
|
|
||||||
public class CallHierarchyBaseTest extends BaseUITestCase {
|
public class CallHierarchyBaseTest extends BaseUITestCase {
|
||||||
protected static final int INDEXER_WAIT_TIME = 8000;
|
|
||||||
private static int sProjectCounter= 0;
|
private static int sProjectCounter= 0;
|
||||||
|
|
||||||
protected ICProject fCProject;
|
protected ICProject fCProject;
|
||||||
|
@ -134,8 +133,7 @@ public class CallHierarchyBaseTest extends BaseUITestCase {
|
||||||
}
|
}
|
||||||
runEventQueue(10);
|
runEventQueue(10);
|
||||||
}
|
}
|
||||||
}
|
} catch (IllegalArgumentException e) {
|
||||||
catch (IllegalArgumentException e) {
|
|
||||||
assertNull("Tree node " + label + " does not exist!", label);
|
assertNull("Tree node " + label + " does not exist!", label);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -143,5 +141,4 @@ public class CallHierarchyBaseTest extends BaseUITestCase {
|
||||||
assertEquals(label, item.getText());
|
assertEquals(label, item.getText());
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue