diff --git a/Sources/SwiftProtobuf/ProtoSendable.swift b/Sources/SwiftProtobuf/ProtoSendable.swift deleted file mode 100644 index 815aa8acc..000000000 --- a/Sources/SwiftProtobuf/ProtoSendable.swift +++ /dev/null @@ -1,12 +0,0 @@ -// Sources/SwiftProtobuf/ProtoSendable.swift - Support for accessing proto names -// -// Copyright (c) 2014 - 2022 Apple Inc. and the project authors -// Licensed under Apache License v2.0 with Runtime Library Exception -// -// See LICENSE.txt for license information: -// https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt -// -// ----------------------------------------------------------------------------- - -/// SwiftProtobuf Internal: Compatibility alias for indicating a value can be safely used in concurrent code. -public typealias _ProtoSendable = Swift.Sendable