1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-08-21 20:03:09 +00:00
parent f045947eb5
commit f7e376cfc7

View file

@ -324,8 +324,6 @@ public class ASTManager {
return TRUE;
}
if (node1 instanceof IASTTranslationUnit &&
node2 instanceof IASTTranslationUnit) {
return hasSameLocation(node1, node2, fileStatic);
@ -474,7 +472,6 @@ public class ASTManager {
return retval;
}
private static int isSameType(IType t1, IType t2) throws DOMException {
if (t1 != null && t2 != null && t1.isSameType(t2)) {
return TRUE;
@ -803,8 +800,6 @@ public class ASTManager {
return result;
}
public ASTManager(CRefactoringArgument arg) {
fArgument= arg;
}