Skip to content

Commit 4fee482

Browse files
MrMannWoodmeta-codesync[bot]
authored andcommitted
Revert D91170956: Add CachedServerTransportParameters serialization utilities
Differential Revision: D91170956 Original commit changeset: 346e589b6f53 Original Phabricator Diff: D91170956 fbshipit-source-id: 2a2b9dcea34fe0e4af74dd4839608719a55f9fa9
1 parent 5f795e3 commit 4fee482

5 files changed

Lines changed: 0 additions & 182 deletions

File tree

quic/client/BUCK

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -134,24 +134,6 @@ mvfst_cpp_library(
134134
],
135135
)
136136

137-
mvfst_cpp_library(
138-
name = "cached_server_tp_serialization",
139-
srcs = [
140-
"handshake/CachedServerTransportParametersSerialization.cpp",
141-
],
142-
headers = [
143-
"handshake/CachedServerTransportParametersSerialization.h",
144-
],
145-
deps = [
146-
"//fizz/record:record",
147-
],
148-
exported_deps = [
149-
":cached_server_tp",
150-
"//folly:range",
151-
"//folly/io:iobuf",
152-
],
153-
)
154-
155137
mvfst_cpp_library(
156138
name = "client_async_transport",
157139
srcs = [

quic/client/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,6 @@ mvfst_add_library(mvfst_client_cached_server_tp
104104
mvfst_constants
105105
)
106106

107-
mvfst_add_library(mvfst_client_cached_server_tp_serialization
108-
SRCS
109-
handshake/CachedServerTransportParametersSerialization.cpp
110-
DEPS
111-
fizz::fizz
112-
EXPORTED_DEPS
113-
mvfst_client_cached_server_tp
114-
Folly::folly_io_iobuf
115-
Folly::folly_range
116-
)
117-
118107
mvfst_add_library(mvfst_client_client_async_transport
119108
SRCS
120109
QuicClientAsyncTransport.cpp

quic/client/handshake/CachedServerTransportParametersSerialization.cpp

Lines changed: 0 additions & 82 deletions
This file was deleted.

quic/client/handshake/CachedServerTransportParametersSerialization.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

quic/congestion_control/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ mvfst_add_library(mvfst_congestion_control_newreno
9696
DEPS
9797
mvfst_common_mvfst_logging
9898
mvfst_congestion_control_congestion_control_functions
99-
mvfst_logging_qlogger_constants
10099
mvfst_logging_qlogger_macros
101100
EXPORTED_DEPS
102101
mvfst_congestion_control_congestion_controller
@@ -112,7 +111,6 @@ mvfst_add_library(mvfst_congestion_control_copa
112111
mvfst_common_mvfst_logging
113112
mvfst_common_time_util
114113
mvfst_congestion_control_congestion_control_functions
115-
mvfst_logging_qlogger_constants
116114
mvfst_logging_qlogger_macros
117115
EXPORTED_DEPS
118116
mvfst_common_optional
@@ -149,7 +147,6 @@ mvfst_add_library(mvfst_congestion_control_bbr2
149147
DEPS
150148
mvfst_common_mvfst_logging
151149
mvfst_congestion_control_congestion_control_functions
152-
mvfst_logging_qlogger_constants
153150
mvfst_logging_qlogger_macros
154151
EXPORTED_DEPS
155152
mvfst_congestion_control_bandwidth

0 commit comments

Comments
 (0)