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

Unified Diff: net/quic/quic_spdy_stream_test.cc

Issue 1515703004: n/a (delete unused variable in test) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@108972403
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_stream_test.cc
diff --git a/net/quic/quic_spdy_stream_test.cc b/net/quic/quic_spdy_stream_test.cc
index a2fac3fa6d18372bb3e962d54a7a1eae2bf4d8b1..254333f3cac3fbccf4feda72dfaefd11a238354e 100644
--- a/net/quic/quic_spdy_stream_test.cc
+++ b/net/quic/quic_spdy_stream_test.cc
@@ -98,8 +98,6 @@ class QuicSpdyStreamTest : public ::testing::TestWithParam<QuicVersion> {
stream_should_process_data));
stream2_.reset(new TestStream(kClientDataStreamId2, session_.get(),
stream_should_process_data));
- write_blocked_list_ =
- QuicSessionPeer::GetWriteBlockedStreams(session_.get());
}
protected:
@@ -109,7 +107,6 @@ class QuicSpdyStreamTest : public ::testing::TestWithParam<QuicVersion> {
scoped_ptr<TestStream> stream_;
scoped_ptr<TestStream> stream2_;
SpdyHeaderBlock headers_;
- QuicWriteBlockedList* write_blocked_list_;
};
INSTANTIATE_TEST_CASE_P(Tests,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698