Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs')
-rw-r--r--Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs b/Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs
index 49f19b4..a2fee70 100644
--- a/Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs
+++ b/Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs
@@ -25,11 +25,8 @@
#if !(SILVERLIGHT || NETFX_CORE)
using System;
-using System.Collections.Generic;
using System.Globalization;
-using System.Linq;
using System.Runtime.Serialization;
-using System.Text;
using Newtonsoft.Json.Utilities;
using Newtonsoft.Json.Linq;