diff --git a/apollo-ios/Sources/ApolloAPI/DataDict.swift b/apollo-ios/Sources/ApolloAPI/DataDict.swift index 1f2ba6719..539ca45f5 100644 --- a/apollo-ios/Sources/ApolloAPI/DataDict.swift +++ b/apollo-ios/Sources/ApolloAPI/DataDict.swift @@ -48,7 +48,6 @@ public struct DataDict: Hashable { _storage.deferredFragments } - #warning("TODO, remove deferredFragments default value when we set these up in executor") public init( data: [String: AnyHashable], fulfilledFragments: Set,