diff options
Diffstat (limited to 'net/quic/quic_framer.h')
-rw-r--r-- | net/quic/quic_framer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h index a7e8a08..e947eb4 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, |