mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Minor cleanup.
This commit is contained in:
parent
fc5c934061
commit
22e696677f
1 changed files with 0 additions and 4 deletions
|
@ -133,10 +133,6 @@ public class ExtractFunctionInformation {
|
||||||
return out1 == out2 ? 0 : out1 == outFirst ? -1 : 1;
|
return out1 == out2 ? 0 : out1 == outFirst ? -1 : 1;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// int i = 0;
|
|
||||||
// for (NameInformation param : parameterCandidates) {
|
|
||||||
// param.setNewOrder(i++);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean hasNonConstPointerOrReference(NameInformation param) {
|
public static boolean hasNonConstPointerOrReference(NameInformation param) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue