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/Schema/JsonSchemaModel.cs')
-rw-r--r--Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs b/Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs
index 0d438b4..17b65db 100644
--- a/Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs
+++ b/Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs
@@ -23,9 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion
-using System;
using System.Collections.Generic;
-using System.Linq;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Utilities;