Skip to content

Commit 99538f0

Browse files
committed
Delete unused predicate (leftover from old implementation)
1 parent 0dc95de commit 99538f0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • go/ql/lib/semmle/go/dataflow

go/ql/lib/semmle/go/dataflow/SSA.qll

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,6 @@ abstract class SsaPseudoDefinition extends SsaImplicitDefinition {
194194
* Gets an input of this pseudo-definition.
195195
*/
196196
abstract SsaVariable getAnInput();
197-
198-
/**
199-
* Gets a textual representation of the inputs of this pseudo-definition
200-
* in lexicographical order.
201-
*/
202-
string ppInputs() {
203-
result =
204-
concat(SsaVariable inp | inp = this.getAnInput() | inp.toString() order by inp.toString())
205-
}
206197
}
207198

208199
/**

0 commit comments

Comments
 (0)