Skip to content

Commit c08525a

Browse files
committed
Additional cleanup
1 parent 5694f02 commit c08525a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cpp/ql/lib/experimental/Quantum/Language.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,4 @@ module ArtifactUniversalFlowConfig implements DataFlow::ConfigSig {
112112

113113
module ArtifactUniversalFlow = DataFlow::Global<ArtifactUniversalFlowConfig>;
114114

115-
// abstract class CipherOutputArtifact extends Crypto::KeyOperationOutputArtifactInstance {
116-
// override predicate flowsTo(Crypto::FlowAwareElement other) {
117-
// ArtifactUniversalFlow::flow(this.getOutputNode(), other.getInputNode())
118-
// }
119-
// }
120-
// // final override predicate flowsTo(FlowAwareElement other) {
121-
// // Input::artifactOutputFlowsToGenericInput(this.getOutputNode(), other.getInputNode())
122-
// // }
123115
import OpenSSL.OpenSSL

0 commit comments

Comments
 (0)