Remove redundant overrides

This commit is contained in:
Tom Hvitved
2022-08-19 13:57:41 +02:00
parent 4f93f2b9ba
commit 663096fe3a
19 changed files with 3 additions and 61 deletions

View File

@@ -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() {