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/SourceContext.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs') diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs b/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs index 73874cf1..c86dbada 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs @@ -52,9 +52,6 @@ namespace Google.Protobuf.WellKnownTypes { get { return Descriptor; } } - private bool _frozen = false; - public bool IsFrozen { get { return _frozen; } } - public SourceContext() { OnConstruction(); } -- cgit v1.2.3