mirror of
https://github.com/github/codeql.git
synced 2026-06-13 00:41:07 +02:00
Delete unused predicate (leftover from old implementation)
This commit is contained in:
@@ -194,15 +194,6 @@ abstract class SsaPseudoDefinition extends SsaImplicitDefinition {
|
||||
* Gets an input of this pseudo-definition.
|
||||
*/
|
||||
abstract SsaVariable getAnInput();
|
||||
|
||||
/**
|
||||
* Gets a textual representation of the inputs of this pseudo-definition
|
||||
* in lexicographical order.
|
||||
*/
|
||||
string ppInputs() {
|
||||
result =
|
||||
concat(SsaVariable inp | inp = this.getAnInput() | inp.toString() order by inp.toString())
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user