From dea15a7ca474dde957f7c4826e517fbaa0c983d3 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 30 Jul 2015 13:16:00 +0100 Subject: Generated code from previous commit. --- csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs') diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs index bb2e5c1b..a4411dd0 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs @@ -70,9 +70,6 @@ namespace Google.Protobuf.WellKnownTypes { get { return Descriptor; } } - private bool _frozen = false; - public bool IsFrozen { get { return _frozen; } } - public Struct() { OnConstruction(); } @@ -171,9 +168,6 @@ namespace Google.Protobuf.WellKnownTypes { get { return Descriptor; } } - private bool _frozen = false; - public bool IsFrozen { get { return _frozen; } } - public Value() { OnConstruction(); } @@ -459,9 +453,6 @@ namespace Google.Protobuf.WellKnownTypes { get { return Descriptor; } } - private bool _frozen = false; - public bool IsFrozen { get { return _frozen; } } - public ListValue() { OnConstruction(); } -- cgit v1.2.3