aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/WireFormat.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-06-25 16:42:09 +0100
committerJon Skeet <jonskeet@google.com>2015-06-26 20:13:06 +0100
commitaa5104143cca3bf3e9f44a79f96e394960f45662 (patch)
tree3d7eaffeaac656277657a1410542ab3a2812e68c /csharp/src/ProtocolBuffers/WireFormat.cs
parente75a10d8ff85901021a7c133534b6b87c3c7f072 (diff)
downloadprotobuf-aa5104143cca3bf3e9f44a79f96e394960f45662.tar.gz
protobuf-aa5104143cca3bf3e9f44a79f96e394960f45662.tar.bz2
protobuf-aa5104143cca3bf3e9f44a79f96e394960f45662.zip
Remove a lot of code which wasn't needed any more.
Diffstat (limited to 'csharp/src/ProtocolBuffers/WireFormat.cs')
-rw-r--r--csharp/src/ProtocolBuffers/WireFormat.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers/WireFormat.cs b/csharp/src/ProtocolBuffers/WireFormat.cs
index 87f7c358..221ffef6 100644
--- a/csharp/src/ProtocolBuffers/WireFormat.cs
+++ b/csharp/src/ProtocolBuffers/WireFormat.cs
@@ -114,7 +114,6 @@ namespace Google.Protobuf
/// <summary>
/// Makes a tag value given a field number and wire type.
- /// TODO(jonskeet): Should we just have a Tag structure?
/// </summary>
public static uint MakeTag(int fieldNumber, WireType wireType)
{