aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-07-30 13:16:00 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-07-30 13:16:00 +0100
commitdea15a7ca474dde957f7c4826e517fbaa0c983d3 (patch)
tree7b2d1c5a0d8c8176d52b9d810eebfcf88dadcd08 /csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
parentf03271665f4085b60ed41447f7ce3b0e0224be5d (diff)
Generated code from previous commit.
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs')
-rw-r--r--csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
index f09d6769..1a7b9dfd 100644
--- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
+++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
@@ -80,9 +80,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public Issue307() {
OnConstruction();
}
@@ -164,9 +161,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public NestedOnce() {
OnConstruction();
}
@@ -248,9 +242,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public NestedTwice() {
OnConstruction();
}
@@ -341,9 +332,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public NegativeEnumMessage() {
OnConstruction();
}
@@ -488,9 +476,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public DeprecatedChild() {
OnConstruction();
}
@@ -571,9 +556,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public DeprecatedFieldsMessage() {
OnConstruction();
}
@@ -800,9 +782,6 @@ namespace UnitTest.Issues.TestProtos {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ItemField() {
OnConstruction();
}