Skip to content

Commit e7f7c73

Browse files
committed
Java/C++/C#: Remove the deprecated hasFlowForward/hasFlowBackward.
1 parent 0627fad commit e7f7c73

File tree

19 files changed

+0
-114
lines changed

19 files changed

+0
-114
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

0 commit comments

Comments
 (0)