Index: net/quic/quic_framer.h |
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h |
index a7e8a08e3fce55d55bdf08ac397ea4acba41dbf2..e947eb4c0ff3f05d74334b1ffe13c93fe554440f 100644 |
--- a/net/quic/quic_framer.h |
+++ b/net/quic/quic_framer.h |
@@ -306,13 +306,6 @@ class NET_EXPORT_PRIVATE QuicFramer { |
QuicSequenceNumberLength sequence_number_length); |
// Returns a SerializedPacket whose |packet| member is owned by the caller, |
- // and is populated with the fields in |header| and |frames|, or is NULL if |
- // the packet could not be created. |
- // TODO(ianswett): Used for testing only. |
- SerializedPacket BuildUnsizedDataPacket(const QuicPacketHeader& header, |
- const QuicFrames& frames); |
- |
- // Returns a SerializedPacket whose |packet| member is owned by the caller, |
// is created from the first |num_frames| frames, or is NULL if the packet |
// could not be created. The packet must be of size |packet_size|. |
SerializedPacket BuildDataPacket(const QuicPacketHeader& header, |