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/BidirectionalDictionary.cs')
-rw-r--r--Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs b/Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs
index 1a949fe..f681c25 100644
--- a/Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs
+++ b/Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs
@@ -25,8 +25,6 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
namespace Newtonsoft.Json.Utilities
{