aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Collections/RepeatedField.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-30 13:07:50 +0100
committerJon Skeet <jonskeet@google.com>2015-07-30 13:07:50 +0100
commit3b2fe97b6f39beb3b08e089f9e68595051e88ce3 (patch)
tree992cbc530317bcbfa529a1695f4e3072d479225c /csharp/src/Google.Protobuf/Collections/RepeatedField.cs
parent7a0effb9e956ee5509d99a33f7d8fb52a9636871 (diff)
downloadprotobuf-3b2fe97b6f39beb3b08e089f9e68595051e88ce3.tar.gz
protobuf-3b2fe97b6f39beb3b08e089f9e68595051e88ce3.tar.bz2
protobuf-3b2fe97b6f39beb3b08e089f9e68595051e88ce3.zip
Minor bits of left-over frozenness.
Diffstat (limited to 'csharp/src/Google.Protobuf/Collections/RepeatedField.cs')
-rw-r--r--csharp/src/Google.Protobuf/Collections/RepeatedField.cs1
1 files changed, 0 insertions, 1 deletions
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;