From b1b9db709c25e8301e69d77df27b3774049d25a5 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugita Date: Thu, 30 Mar 2017 17:17:02 +0900 Subject: [PATCH] unused value remove --- lang/csharp/src/apache/main/Specific/SpecificReader.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lang/csharp/src/apache/main/Specific/SpecificReader.cs b/lang/csharp/src/apache/main/Specific/SpecificReader.cs index b3d96b933ac..07649f647d2 100644 --- a/lang/csharp/src/apache/main/Specific/SpecificReader.cs +++ b/lang/csharp/src/apache/main/Specific/SpecificReader.cs @@ -80,12 +80,6 @@ public T Read(T reuse, Decoder dec) /// public class SpecificDefaultReader : DefaultReader { - /// - /// Static dictionary of type names and its corresponding assembly type. - /// This is used to prevent multiple reflection for the same type name. - /// - private static IDictionary TypeName = new Dictionary(); - /// /// Constructor ///