From 3b2fe97b6f39beb3b08e089f9e68595051e88ce3 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 30 Jul 2015 13:07:50 +0100 Subject: Minor bits of left-over frozenness. --- csharp/src/Google.Protobuf/Collections/RepeatedField.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'csharp/src/Google.Protobuf/Collections/RepeatedField.cs') diff --git a/csharp/src/Google.Protobuf/Collections/RepeatedField.cs b/csharp/src/Google.Protobuf/Collections/RepeatedField.cs index e7fc0a3f..60ab5ed8 100644 --- a/csharp/src/Google.Protobuf/Collections/RepeatedField.cs +++ b/csharp/src/Google.Protobuf/Collections/RepeatedField.cs @@ -48,7 +48,6 @@ namespace Google.Protobuf.Collections private static readonly T[] EmptyArray = new T[0]; private const int MinArraySize = 8; - private bool frozen; private T[] array = EmptyArray; private int count = 0; -- cgit v1.2.3