Skip to content

Commit 19382ad

Browse files
committed
remove unused method in map converter
1 parent 3d3211d commit 19382ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ private IEnumerable<object> ReadArray(JToken element)
6161
}
6262
}
6363

64-
private object ReadNumber(JToken token) => ((JValue) token).Value;
65-
6664
private bool IsUnsupportedJTokenType(JTokenType type) => type == JTokenType.Constructor || type == JTokenType.Property || type == JTokenType.Comment;
6765
}
6866
}

0 commit comments

Comments
 (0)