File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ import Foundation
20
20
/// implementations. NOT INTENDED TO BE CALLED BY CLIENTS.
21
21
public enum Internal {
22
22
23
- /// A singleton instance of an empty data that is used by the generated code
24
- /// for default values. This is a performance enhancement to work around the
25
- /// fact that the `Data` type in Swift involves a new heap allocation every
26
- /// time an empty instance is initialized, instead of sharing a common empty
27
- /// backing storage.
28
- public static let emptyData = Data ( )
29
-
30
23
/// Helper to loop over a list of Messages to see if they are all
31
24
/// initialized (see Message.isInitialized for what that means).
32
25
public static func areAllInitialized( _ listOfMessages: [ Message ] ) -> Bool {
You can’t perform that action at this time.
0 commit comments