Skip to content

Commit 2f622ce

Browse files
committed
remove unneeded conformance
1 parent 8c8da70 commit 2f622ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/OpenAPIKit30/Callbacks.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ extension OpenAPI.CallbackURL: LocallyDereferenceable {
3636
}
3737
}
3838

39-
extension OpenAPI.CallbackURL: ExternallyDereferenceable {
40-
public func externallyDereferenced<Context: ExternalLoaderContext>(with loader: Context.Type) async throws -> (Self, OpenAPI.Components) {
41-
return (self, .init())
42-
}
43-
}
44-
4539
// The following conformance is theoretically unnecessary but the compiler is
4640
// only able to find the conformance if we explicitly declare it here, though
4741
// it is apparently able to determine the conformance is already satisfied here

0 commit comments

Comments
 (0)