aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/ByteString.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-08-08 07:26:51 +0100
committerJon Skeet <skeet@pobox.com>2015-08-08 07:26:51 +0100
commite58cdbd2146bc8e2e2f5bf4bc8a7576f82535ae6 (patch)
treeeef81bcb57f5b203ae4a1084473355f17c2a8620 /csharp/src/Google.Protobuf/ByteString.cs
parentcac45313235bd11b08e0803453a2ec5a7d4b652a (diff)
parentc671095e91d2f0d6af25e1f046e526d4842f9e1c (diff)
downloadprotobuf-e58cdbd2146bc8e2e2f5bf4bc8a7576f82535ae6.tar.gz
protobuf-e58cdbd2146bc8e2e2f5bf4bc8a7576f82535ae6.tar.bz2
protobuf-e58cdbd2146bc8e2e2f5bf4bc8a7576f82535ae6.zip
Merge pull request #695 from jskeet/remove-todos
Tidying up
Diffstat (limited to 'csharp/src/Google.Protobuf/ByteString.cs')
-rw-r--r--csharp/src/Google.Protobuf/ByteString.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/Google.Protobuf/ByteString.cs b/csharp/src/Google.Protobuf/ByteString.cs
index 2aa62483..3d55f02d 100644
--- a/csharp/src/Google.Protobuf/ByteString.cs
+++ b/csharp/src/Google.Protobuf/ByteString.cs
@@ -40,7 +40,6 @@ namespace Google.Protobuf
{
/// <summary>
/// Immutable array of bytes.
- /// TODO(jonskeet): Implement the common collection interfaces?
/// </summary>
public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
{
@@ -284,8 +283,6 @@ namespace Google.Protobuf
return !(lhs == rhs);
}
- // TODO(jonskeet): CopyTo if it turns out to be required
-
/// <summary>
/// Compares this byte string with another object.
/// </summary>