From 9f10c4576af04ccb9f195726272e310b57b27374 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 5 Jan 2016 14:34:32 +0000 Subject: Remove unused method in FieldCodec. (The method was last used a very long time ago, if ever.) --- csharp/src/Google.Protobuf/FieldCodec.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'csharp') diff --git a/csharp/src/Google.Protobuf/FieldCodec.cs b/csharp/src/Google.Protobuf/FieldCodec.cs index 6ee8e2f9..c2b8d268 100644 --- a/csharp/src/Google.Protobuf/FieldCodec.cs +++ b/csharp/src/Google.Protobuf/FieldCodec.cs @@ -354,11 +354,6 @@ namespace Google.Protobuf // Otherwise it's the default value of the CLR type } - private static Func CreateDefaultValueCheck(Func check) - { - return (Func)(object)check; - } - private readonly Func reader; private readonly Action writer; private readonly Func sizeCalculator; -- cgit v1.2.3