aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-07-30 13:35:55 +0100
committerJon Skeet <skeet@pobox.com>2015-07-30 13:35:55 +0100
commit7909b2edeb19affdf3f96a0b13a8098f28860c3c (patch)
tree7b2d1c5a0d8c8176d52b9d810eebfcf88dadcd08 /csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
parent7a0effb9e956ee5509d99a33f7d8fb52a9636871 (diff)
parentdea15a7ca474dde957f7c4826e517fbaa0c983d3 (diff)
downloadprotobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.tar.gz
protobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.tar.bz2
protobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.zip
Merge pull request #659 from jskeet/fix-frozen
Remove a few hangers-on from frozenness.
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs')
-rw-r--r--csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
index 07ed125d..fae10957 100644
--- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
+++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
@@ -62,9 +62,6 @@ namespace Google.Protobuf.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ImportMessage() {
OnConstruction();
}