summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_field_base.h
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2015-05-01 11:20:50 -0700
committerJie Luo <jieluo@google.com>2015-05-01 14:08:23 -0700
commitd9e3063eb054503a98f8ef74fe0484c0f12210ea (patch)
tree7d8bb3b42ef7bc3562aaa23379f10833ae861520 /src/google/protobuf/compiler/csharp/csharp_field_base.h
parentea48104cddf9dba8a7e525eebbccfe98fd1e1eff (diff)
downloadprotobuf-javalite-d9e3063eb054503a98f8ef74fe0484c0f12210ea.tar.gz
Remove ClsCompliant declarations from C# code
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_field_base.h')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_field_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_field_base.h b/src/google/protobuf/compiler/csharp/csharp_field_base.h
index 4f3a7658..311f7a6e 100644
--- a/src/google/protobuf/compiler/csharp/csharp_field_base.h
+++ b/src/google/protobuf/compiler/csharp/csharp_field_base.h
@@ -70,14 +70,12 @@ class FieldGeneratorBase : public SourceGeneratorBase {
void AddNullCheck(Writer* writer, const std::string& name);
void AddPublicMemberAttributes(Writer* writer);
- void AddClsComplianceCheck(Writer* writer);
std::string property_name();
std::string name();
std::string type_name();
bool has_default_value();
bool is_nullable_type();
- bool is_cls_compliant();
std::string default_value();
std::string number();
std::string message_or_group();