Skip to content

Commit 6c9c969

Browse files
committed
Crypto: Remove dead comments
1 parent 90e480b commit 6c9c969

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,3 @@ abstract class EVPFinal extends EvpOperation {
287287
*/
288288
override Expr getOutputArg() { result = this.getUpdateCalls().getOutputArg() }
289289
}
290-
// Expr getAlgorithmArgFromContext(Expr contextArg) {
291-
// exists(EVPPKeyAlgorithmConsumer source |
292-
// result = source.getValueArgExpr() and
293-
// ctxFlowsToCtxArg(source.getResultNode().asExpr(), ctx)
294-
// )
295-
// or
296-
// result = getAlgorithmFromKey(getKeyFromCtx(ctx))
297-
// }

0 commit comments

Comments
 (0)