aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-07-29 16:05:57 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-07-29 20:26:20 -0700
commit3783d9a8add33b240e326438fa0b16869dbcfb44 (patch)
treeda62a6324d13214803065ec47c36867aeae755f5 /src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
parent74810c6ae3219498dd3e856f9cd251588c92a899 (diff)
downloadprotobuf-3783d9a8add33b240e326438fa0b16869dbcfb44.tar.gz
protobuf-3783d9a8add33b240e326438fa0b16869dbcfb44.tar.bz2
protobuf-3783d9a8add33b240e326438fa0b16869dbcfb44.zip
remove the freeze API
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc b/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
index 5b5d9b3d..1163ce73 100644
--- a/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
+++ b/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
@@ -115,8 +115,6 @@ void RepeatedPrimitiveFieldGenerator::GenerateCloningCode(io::Printer* printer)
}
void RepeatedPrimitiveFieldGenerator::GenerateFreezingCode(io::Printer* printer) {
- printer->Print(variables_,
- "$name$_.Freeze();\n");
}
} // namespace csharp