Skip to content

Commit c306f44

Browse files
committed
Remove override of final predicate
1 parent 80e79b1 commit c306f44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shared/util/codeql/util/test/InlineExpectationsTest.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,6 @@ module TestPostProcessing {
705705
)
706706
}
707707

708-
override string toString() { result = this.getRelativeUrl() }
709-
710708
override predicate hasLocationInfo(string file, int sl, int sc, int el, int ec) {
711709
this = MkResultLocation(getRelativePathTo(file), sl, sc, el, ec)
712710
}
@@ -719,8 +717,6 @@ module TestPostProcessing {
719717

720718
override string getRelativeUrl() { result = Input2::getRelativeUrl(loc) }
721719

722-
override string toString() { result = this.getRelativeUrl() }
723-
724720
override predicate hasLocationInfo(string file, int sl, int sc, int el, int ec) {
725721
loc.hasLocationInfo(file, sl, sc, el, ec)
726722
}

0 commit comments

Comments
 (0)