Skip to content

Commit 056b6cf

Browse files
committed
Remove warning.
1 parent 3bd463d commit 056b6cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/GraphQL/Execution/Execute.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,6 @@ func defaultResolve(
11571157
eventLoopGroup: EventLoopGroup,
11581158
info: GraphQLResolveInfo
11591159
) -> Future<Any?> {
1160-
#warning("Why not mark function as throwing?")
1161-
11621160
guard let source = unwrap(source) else {
11631161
return eventLoopGroup.next().newSucceededFuture(result: nil)
11641162
}

0 commit comments

Comments
 (0)