2.18.1 merge conflict

This commit is contained in:
Dilan Bhalla
2024-07-31 14:53:08 -07:00
parent db6fb7b5a3
commit 73ee8ef664
7 changed files with 13 additions and 112 deletions

View File

@@ -344,16 +344,6 @@ abstract class DataFlowCallable extends TDataFlowCallable {
/** Gets the location of this dataflow callable. */
abstract Location getLocation();
/** Gets a best-effort total ordering. */
int totalorder() {
this =
rank[result](DataFlowCallable c, string file, int startline, int startcolumn |
c.getLocation().hasLocationInfo(file, startline, startcolumn, _, _)
|
c order by file, startline, startcolumn
)
}
}
/** A callable function. */