mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +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;
|
||||
ICElement elem= node.getRepresentedDeclaration();
|
||||
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) {
|
||||
return asyncronouslyComputeReferencedBy(node, elem);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue