Skip to content

Commit 9b87f1f

Browse files
committed
rm redundant predicate
1 parent a70cd60 commit 9b87f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/PKeyAlgorithmValueConsumer.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ class EVPPKeyAlgorithmConsumer extends PKeyValueConsumer {
6262
Expr getValueArgExpr() { result = valueArgNode.asExpr() }
6363
}
6464

65-
// TODO: not sure where to put these predicates
66-
Expr getAlgorithmFromArgument(Expr arg) { none() }
65+
// TODO: not sure where to put all these predicates below
6766

6867
/**
6968
* Given context expression (EVP_PKEY_CTX), finds the algorithm.

0 commit comments

Comments
 (0)