mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Crypto: Remove dead comments
This commit is contained in:
@@ -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))
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user