From 7686c4691510d9c20c0f85205f6646e1da5d72a8 Mon Sep 17 00:00:00 2001 From: Alexander Forbes-Reed Date: Mon, 27 Apr 2020 20:35:13 +0100 Subject: [PATCH] Remove unused seraliser --- dotnet/Global/Libraries/JsonClient.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotnet/Global/Libraries/JsonClient.cs b/dotnet/Global/Libraries/JsonClient.cs index 67064b52..e938de26 100644 --- a/dotnet/Global/Libraries/JsonClient.cs +++ b/dotnet/Global/Libraries/JsonClient.cs @@ -18,11 +18,6 @@ public class JsonClient /// public readonly string RequestFailedCode = "request_failed"; - /// - /// Serializer used to handle JSON on the way out. - /// - private JsonSerializerSettings jss; - /// /// Initializes a new JsonClient. ///