mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Removes unused code.
This commit is contained in:
parent
602ed87104
commit
444e2e32ab
1 changed files with 0 additions and 9 deletions
|
@ -98,15 +98,6 @@ public class CHContentProvider extends AsyncTreeContentProvider {
|
||||||
CHNode node = (CHNode) parentElement;
|
CHNode node = (CHNode) parentElement;
|
||||||
ICElement elem= node.getRepresentedDeclaration();
|
ICElement elem= node.getRepresentedDeclaration();
|
||||||
if (elem != null) {
|
if (elem != null) {
|
||||||
// mstodo !! for demo only !!
|
|
||||||
if (elem.getElementName().equals("slow")) { //$NON-NLS-1$
|
|
||||||
try {
|
|
||||||
Thread.sleep(3000);
|
|
||||||
} catch (InterruptedException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// mstodo !! for demo only !!
|
|
||||||
if (fComputeReferencedBy) {
|
if (fComputeReferencedBy) {
|
||||||
return asyncronouslyComputeReferencedBy(node, elem);
|
return asyncronouslyComputeReferencedBy(node, elem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue