1
0
Fork 0
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:
Markus Schorn 2006-09-27 11:36:35 +00:00
parent 602ed87104
commit 444e2e32ab

View file

@ -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);
}