Skip to content

Commit d0e544e

Browse files
author
Wang Lun
committed
clean old implementation
1 parent 62334c0 commit d0e544e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/SourceKitLSP/Swift/ReferenceDocumentURL.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ extension DocumentURI {
165165
return referenceDocument.buildSettingsFile
166166
}
167167
return self
168-
} /// Convert sourcekit-lsp:// URIs to actual file system paths when possible.
169-
/// For generated Swift interfaces, this returns the path where the interface file
170-
/// would be stored in the GeneratedInterfaces directory.
171-
var actualFileSystemPath: DocumentURI {
172-
return self
173168
}
174169
}
175170

0 commit comments

Comments
 (0)