Crypto: Remove dead comments

This commit is contained in:
REDMOND\brodes
2025-06-16 12:43:29 -04:00
parent 90e480bbe8
commit 6c9c969573

View File

@@ -287,11 +287,3 @@ abstract class EVPFinal extends EvpOperation {
*/
override Expr getOutputArg() { result = this.getUpdateCalls().getOutputArg() }
}
// Expr getAlgorithmArgFromContext(Expr contextArg) {
// exists(EVPPKeyAlgorithmConsumer source |
// result = source.getValueArgExpr() and
// ctxFlowsToCtxArg(source.getResultNode().asExpr(), ctx)
// )
// or
// result = getAlgorithmFromKey(getKeyFromCtx(ctx))
// }