mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Remove override of final predicate
This commit is contained in:
@@ -705,8 +705,6 @@ module TestPostProcessing {
|
||||
)
|
||||
}
|
||||
|
||||
override string toString() { result = this.getRelativeUrl() }
|
||||
|
||||
override predicate hasLocationInfo(string file, int sl, int sc, int el, int ec) {
|
||||
this = MkResultLocation(getRelativePathTo(file), sl, sc, el, ec)
|
||||
}
|
||||
@@ -719,8 +717,6 @@ module TestPostProcessing {
|
||||
|
||||
override string getRelativeUrl() { result = Input2::getRelativeUrl(loc) }
|
||||
|
||||
override string toString() { result = this.getRelativeUrl() }
|
||||
|
||||
override predicate hasLocationInfo(string file, int sl, int sc, int el, int ec) {
|
||||
loc.hasLocationInfo(file, sl, sc, el, ec)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user