Skip to content

Commit e721094

Browse files
committed
Python: remove old deprecation that was recently updated by an automated patch of mine
1 parent b8d6328 commit e721094

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -610,18 +610,6 @@ module DataFlow {
610610
*/
611611
class Extension = DataFlowExtension::DataFlowNode;
612612

613-
deprecated private class ConfigurationAdapter extends TaintTracking::Configuration instanceof Configuration {
614-
override predicate isSource(DataFlow::Node node, TaintKind kind) {
615-
Configuration.super.isSource(node.asCfgNode()) and
616-
kind instanceof DataFlowType
617-
}
618-
619-
override predicate isSink(DataFlow::Node node, TaintKind kind) {
620-
Configuration.super.isSink(node.asCfgNode()) and
621-
kind instanceof DataFlowType
622-
}
623-
}
624-
625613
private newtype TDataFlowNode =
626614
TEssaNode(EssaVariable var) or
627615
TCfgNode(ControlFlowNode node)

0 commit comments

Comments
 (0)