mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove redundant overrides
This commit is contained in:
@@ -218,8 +218,6 @@ class Folder extends Container, @folder {
|
||||
class File extends Container, @file {
|
||||
override string getAbsolutePath() { files(underlyingElement(this), result) }
|
||||
|
||||
override string toString() { result = Container.super.toString() }
|
||||
|
||||
override string getAPrimaryQlClass() { result = "File" }
|
||||
|
||||
override Location getLocation() {
|
||||
|
||||
Reference in New Issue
Block a user