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

Unified Diff: net/quic/quic_config.cc

Issue 987693006: CL generated with data from dead-code analysis using (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_explicit_87956343
Patch Set: Created 5 years, 9 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_config.h ('k') | net/quic/quic_connection_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_config.cc
diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc
index f3e93aa3ed72a5ad42b16d934b93f1312a4e6d53..07445ee51c067cb259d36326f1837383bcb4adcf 100644
--- a/net/quic/quic_config.cc
+++ b/net/quic/quic_config.cc
@@ -132,13 +132,6 @@ void QuicNegotiableTag::set(const QuicTagVector& possible,
default_value_ = default_value;
}
-QuicTag QuicNegotiableTag::GetTag() const {
- if (negotiated()) {
- return negotiated_tag_;
- }
- return default_value_;
-}
-
void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const {
if (negotiated()) {
// Because of the way we serialize and parse handshake messages we can
« no previous file with comments | « net/quic/quic_config.h ('k') | net/quic/quic_connection_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698