Skip to content

Commit a96223c

Browse files
committed
PY: remove leftover comments
1 parent e6b0552 commit a96223c

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

python/ql/lib/semmle/python/dataflow/old/Configuration.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ module TaintTracking {
119119
this.(TaintTrackingImplementation).hasFlowPath(src, sink)
120120
}
121121

122-
/* Old query API */
123-
/* deprecated */
124122
/* New query API */
125123
predicate hasSimpleFlow(DataFlow::Node src, DataFlow::Node sink) {
126124
exists(PathSource psrc, PathSink psink |

python/ql/lib/semmle/python/dataflow/old/Legacy.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import semmle.python.dataflow.TaintTracking
22
private import semmle.python.objects.ObjectInternal
33
import semmle.python.dataflow.Implementation
44

5-
/* For backwards compatibility -- Use `TaintTrackingContext` instead. */
65
/* Backwards compatibility with config-less taint-tracking */
76
private class LegacyConfiguration extends TaintTracking::Configuration {
87
LegacyConfiguration() {

python/ql/lib/semmle/python/essa/Essa.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ private EssaVariable potential_input(EssaNodeRefinement ref) {
494494
)
495495
}
496496

497-
/* For backwards compatibility */
498-
/* For backwards compatibility */
499497
/** An assignment to a variable `v = val` */
500498
class AssignmentDefinition extends EssaNodeDefinition {
501499
AssignmentDefinition() {

0 commit comments

Comments
 (0)