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/Utilities/ILGeneratorExtensions.cs')
-rw-r--r--Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs b/Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs
index 1739d12..9806ecf 100644
--- a/Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs
+++ b/Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs
@@ -25,10 +25,7 @@
#if !PocketPC && !SILVERLIGHT
using System;
-using System.Collections.Generic;
-using System.Linq;
using System.Reflection.Emit;
-using System.Text;
using System.Reflection;
namespace Newtonsoft.Json.Utilities