Skip to content

Commit b3e0c49

Browse files
committed
Swift: Remove unnecessary imports.
1 parent 8a805bb commit b3e0c49

File tree

1 file changed

+0
-2
lines changed
  • swift/ql/lib/codeql/swift/elements/type

1 file changed

+0
-2
lines changed

swift/ql/lib/codeql/swift/elements/type/Type.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
private import codeql.swift.generated.type.Type
2-
private import codeql.swift.elements.type.NominalType
3-
private import codeql.swift.elements.type.TypeAliasType
42

53
class Type extends Generated::Type {
64
override string toString() { result = this.getName() }

0 commit comments

Comments
 (0)