We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2994504 commit d800badCopy full SHA for d800bad
java/ql/lib/experimental/quantum/BouncyCastle.qll
@@ -113,10 +113,6 @@ module Signers {
113
*/
114
module FlowAnalysis = NewToInitToUseFlowAnalysis<NewCall, InitCall, UseCall>;
115
116
- UseCall getIntermediateUse(UseCall use) {
117
- result = FlowAnalysis::getAnIntermediateUseFromFinalUse(use, _, _)
118
- }
119
-
120
/**
121
* A signing operation instance is a call to either `update()`, `generateSignature()`,
122
* or `verifySignature()` on a `Signer` instance.
0 commit comments