Skip to content

Commit b20689f

Browse files
committed
Crypto: removing comments
1 parent 0e624f5 commit b20689f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

java/ql/src/experimental/quantum/Examples/BadMacOrder.qll

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,6 @@ predicate decryptSink(DataFlow::Node n) {
220220
)
221221
}
222222

223-
// /**
224-
// * An argument of a target sink or a parent call whose parameter flows to a target sink
225-
// */
226-
// class EncryptOrMacPartialFlowArg extends DataFlow::Node {
227-
// DataFlow::Node targetSink;
228-
// EncryptOrMacPartialFlowArg() {
229-
// encryptWrapperArg(this, targetSink)
230-
// or
231-
// macWrapperArg(this, targetSink)
232-
// }
233-
// DataFlow::Node getTargetSink() { result = targetSink }
234-
// }
235223
class EncryptOrMacCallArg extends DataFlow::Node {
236224
boolean isEncryption;
237225

0 commit comments

Comments
 (0)