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

Unified Diff: net/quic/quic_utils.h

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_time.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_utils.h
diff --git a/net/quic/quic_utils.h b/net/quic/quic_utils.h
index 5e76a0da43682b294c4fd1c459bd123e37619975..46652f201030c5c33e44892c96fe5e18d79d10ca 100644
--- a/net/quic/quic_utils.h
+++ b/net/quic/quic_utils.h
@@ -56,9 +56,6 @@ class NET_EXPORT_PRIVATE QuicUtils {
QuicTag* out_result,
size_t* out_index);
- // SerializeUint128 writes |v| in little-endian form to |out|.
- static void SerializeUint128(uint128 v, uint8* out);
-
// SerializeUint128 writes the first 96 bits of |v| in little-endian form
// to |out|.
static void SerializeUint128Short(uint128 v, uint8* out);
@@ -97,8 +94,6 @@ class NET_EXPORT_PRIVATE QuicUtils {
return reinterpret_cast<char*>(data);
}
- static QuicPriority LowestPriority();
-
static QuicPriority HighestPriority();
private:
« no previous file with comments | « net/quic/quic_time.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698