Skip to content

Commit c5b6fb3

Browse files
committed
Python: Clean up NormalDataflowTest.qll
1 parent 67ca148 commit c5b6fb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ql/test/experimental/dataflow/TestUtil/NormalDataflowTest.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ class DataFlowTest extends FlowTest {
1111
override predicate relevantFlow(DataFlow::Node source, DataFlow::Node sink) {
1212
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
1313
}
14-
15-
override predicate hasActualResult(Location location, string element, string tag, string value) {
16-
super.hasActualResult(location, element, tag, value)
17-
}
1814
}
1915

2016
query predicate missingAnnotationOnSINK(Location location, string error, string element) {

0 commit comments

Comments
 (0)