Skip to content

Commit 2098a64

Browse files
committed
Fixed QL for QL recommendation
1 parent bcbd29b commit 2098a64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,6 @@ module Modes {
700700

701701
override Crypto::KeyOperationSubtype getKeyOperationSubtype() {
702702
// The key operation sub-type is determined by the `encrypting` argument to `init()`.
703-
exists(this.getInitCall()) and
704703
result = this.getInitCall().getKeyOperationSubtype()
705704
or
706705
not exists(this.getInitCall()) and

0 commit comments

Comments
 (0)