Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: net/quic/quic_stream_sequencer_test.cc

Issue 973683003: CL generated with data from dead-code analysis using (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Change_PrrSender_TimeUntilSend_87535917
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_server_id.h ('k') | net/quic/quic_time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_sequencer_test.cc
diff --git a/net/quic/quic_stream_sequencer_test.cc b/net/quic/quic_stream_sequencer_test.cc
index 6e3d57d14dffdc2b536d9d0708e0c25f6658bc4c..39cea5811402fdfc154df07c810dc8a73ffcb121 100644
--- a/net/quic/quic_stream_sequencer_test.cc
+++ b/net/quic/quic_stream_sequencer_test.cc
@@ -69,13 +69,6 @@ class QuicStreamSequencerTest : public ::testing::Test {
QuicStreamSequencerPeer::GetBufferedFrames(sequencer_.get())) {
}
- bool VerifyReadableRegions(const char** expected, size_t num_expected) {
- iovec iovecs[5];
- size_t num_iovecs = sequencer_->GetReadableRegions(iovecs,
- arraysize(iovecs));
- return VerifyIovecs(iovecs, num_iovecs, expected, num_expected);
- }
-
bool VerifyIovecs(iovec* iovecs,
size_t num_iovecs,
const char** expected,
« no previous file with comments | « net/quic/quic_server_id.h ('k') | net/quic/quic_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698