Remove unused method in FieldCodec.
(The method was last used a very long time ago, if ever.)
This commit is contained in:
parent
d49b9c81ec
commit
9f10c4576a
1 changed files with 0 additions and 5 deletions
|
@ -354,11 +354,6 @@ namespace Google.Protobuf
|
|||
// Otherwise it's the default value of the CLR type
|
||||
}
|
||||
|
||||
private static Func<T, bool> CreateDefaultValueCheck<TTmp>(Func<TTmp, bool> check)
|
||||
{
|
||||
return (Func<T, bool>)(object)check;
|
||||
}
|
||||
|
||||
private readonly Func<CodedInputStream, T> reader;
|
||||
private readonly Action<CodedOutputStream, T> writer;
|
||||
private readonly Func<T, int> sizeCalculator;
|
||||
|
|
Loading…
Add table
Reference in a new issue