Skip to content

Commit eff2a19

Browse files
committed
Remove the comments for Message/Enum/UnknownStorage
1 parent a0e7584 commit eff2a19

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Sources/SwiftProtobuf/Enum.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
///
1616
// -----------------------------------------------------------------------------
1717

18-
// TODO: `Enum` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.
19-
2018
/// Generated enum types conform to this protocol.
2119
public protocol Enum: RawRepresentable, Hashable, _ProtoSendable {
2220
/// Creates a new instance of the enum initialized to its default value.

Sources/SwiftProtobuf/Message.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt
88
//
99

10-
// TODO: `Message` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.
11-
1210
/// The protocol which all generated protobuf messages implement.
1311
/// `Message` is the protocol type you should use whenever
1412
/// you need an argument or variable which holds "some message".

Sources/SwiftProtobuf/UnknownStorage.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import Foundation
1818

19-
// TODO: `UnknownStorage` should be `Sendable` but we cannot do so yet without possibly breaking compatibility.
20-
2119
/// Contains any unknown fields in a decoded message; that is, fields that were
2220
/// sent on the wire but were not recognized by the generated message
2321
/// implementation or were valid field numbers but with mismatching wire

0 commit comments

Comments
 (0)