mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
f045947eb5
commit
f7e376cfc7
1 changed files with 5 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue