Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove unused seraliser
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Apr 27, 2020
1 parent cc6b0ba commit 7686c46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dotnet/Global/Libraries/JsonClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ public class JsonClient
/// </summary>
public readonly string RequestFailedCode = "request_failed";

/// <summary>
/// Serializer used to handle JSON on the way out.
/// </summary>
private JsonSerializerSettings jss;

/// <summary>
/// Initializes a new JsonClient.
/// </summary>
Expand Down

0 comments on commit 7686c46

Please sign in to comment.