Skip to content

Commit d800bad

Browse files
committed
Removed unused getIntermediateUse function
1 parent 2994504 commit d800bad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/ql/lib/experimental/quantum/BouncyCastle.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ module Signers {
113113
*/
114114
module FlowAnalysis = NewToInitToUseFlowAnalysis<NewCall, InitCall, UseCall>;
115115

116-
UseCall getIntermediateUse(UseCall use) {
117-
result = FlowAnalysis::getAnIntermediateUseFromFinalUse(use, _, _)
118-
}
119-
120116
/**
121117
* A signing operation instance is a call to either `update()`, `generateSignature()`,
122118
* or `verifySignature()` on a `Signer` instance.

0 commit comments

Comments
 (0)