mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
remove unused methods.
This commit is contained in:
parent
febb3908e9
commit
7f0682ff8d
2 changed files with 4 additions and 10 deletions
|
@ -54,8 +54,8 @@ public class RequestList {
|
|||
//print("in addItem() - leaving");
|
||||
}
|
||||
|
||||
private static void print(String msg) {
|
||||
String name = Thread.currentThread().getName();
|
||||
System.out.println(name + ": " + msg);
|
||||
}
|
||||
// private static void print(String msg) {
|
||||
// String name = Thread.currentThread().getName();
|
||||
// System.out.println(name + ": " + msg);
|
||||
// }
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ import org.eclipse.cdt.core.model.CoreModel;
|
|||
import org.eclipse.cdt.core.model.ICElement;
|
||||
import org.eclipse.cdt.core.model.ICElementDelta;
|
||||
import org.eclipse.cdt.core.model.ICModel;
|
||||
import org.eclipse.cdt.core.model.ICModelStatusConstants;
|
||||
import org.eclipse.cdt.core.model.IParent;
|
||||
import org.eclipse.core.resources.IProject;
|
||||
import org.eclipse.core.resources.IResource;
|
||||
|
@ -251,11 +250,6 @@ public class DeltaProcessor {
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
private CModelException newInvalidElementType() {
|
||||
return new CModelException(new CModelStatus(ICModelStatusConstants.INVALID_ELEMENT_TYPES));
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts a <code>IResourceDelta</code> rooted in a <code>Workspace</code> into
|
||||
* the corresponding set of <code>ICElementDelta</code>, rooted in the
|
||||
|
|
Loading…
Add table
Reference in a new issue