Skip to content

Commit

Permalink
Warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Dec 21, 2023
1 parent 9d54318 commit a6fc75a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6fc75a

Please sign in to comment.