aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-29 12:20:12 +0100
committerJon Skeet <jonskeet@google.com>2015-04-29 12:21:54 +0100
commitf015b860b74f1f7a5dc1a9fbf8b30daf7539d669 (patch)
treeec2829d6f679a864138abb2f96863ae285292ba5 /csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs
parent5e0189ab94a33568f9d270cce7706d97a17f0341 (diff)
downloadprotobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.tar.gz
protobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.tar.bz2
protobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.zip
Remove CLS compliance from runtime code.
We need to remove it from the generator too; I'll raise a github issue for that.
Diffstat (limited to 'csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs')
-rw-r--r--csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs b/csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs
index 4030e801..5783c987 100644
--- a/csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs
+++ b/csharp/src/ProtocolBuffers/GeneratedBuilderLite.cs
@@ -65,7 +65,6 @@ namespace Google.ProtocolBuffers
/// Called by derived classes to parse an unknown field.
/// </summary>
/// <returns>true unless the tag is an end-group tag</returns>
- [CLSCompliant(false)]
protected virtual bool ParseUnknownField(ICodedInputStream input,
ExtensionRegistry extensionRegistry, uint tag, string fieldName)
{