From a6fc75af6190388e6409475e6392ba5aa815378c Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Thu, 21 Dec 2023 14:49:02 -0800 Subject: [PATCH] Warning cleanup --- apollo-ios/Sources/Apollo/MultipartResponseDeferParser.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apollo-ios/Sources/Apollo/MultipartResponseDeferParser.swift b/apollo-ios/Sources/Apollo/MultipartResponseDeferParser.swift index bd36ce95d..552321805 100644 --- a/apollo-ios/Sources/Apollo/MultipartResponseDeferParser.swift +++ b/apollo-ios/Sources/Apollo/MultipartResponseDeferParser.swift @@ -64,7 +64,6 @@ struct MultipartResponseDeferParser: MultipartResponseSpecificationParser { } case let .json(object): - #warning("should there be any processing of hasNext?") if let _ = object.incremental { guard let serialized: Data = try? JSONSerializationFormat.serialize(value: object)