diff --git a/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs b/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs index c9e28f506a..cfe56fde67 100644 --- a/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs +++ b/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs @@ -45,8 +45,6 @@ namespace Google.Protobuf.Reflection /// FieldDescriptor Descriptor { get; } - // TODO: Should the argument type for these messages be IMessage? - /// /// Clears the field in the specified message. (For repeated fields, /// this clears the list.)