Skip to content

Commit 3e56c01

Browse files
Liubov Dmitrievafacebook-github-bot
authored andcommitted
remove unused code
Summary: remove unused code this is logged as part of the ``` if let Some(client_info) = metadata.client_request_info() { scuba.add_client_request_info(client_info); } ``` Reviewed By: lmvasquezg Differential Revision: D72171667 fbshipit-source-id: 479b71d3f3445f3e85186813cb41f7b74d1f322e
1 parent 855ad32 commit 3e56c01

File tree

1 file changed

+0
-3
lines changed
  • eden/mononoke/gotham_ext/src/middleware

1 file changed

+0
-3
lines changed

eden/mononoke/gotham_ext/src/middleware/scuba.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ pub enum HttpScubaKey {
6969
ResponseContentEncoding,
7070
/// The IP of the connecting client.
7171
ClientIp,
72-
/// The client correlator submitted by the client, if any.
73-
ClientCorrelator,
7472
/// The client identities received for the client, if any.
7573
ClientIdentities,
7674
/// Alias of the sandcastle job, if any.
@@ -122,7 +120,6 @@ impl AsRef<str> for HttpScubaKey {
122120
ResponseContentLength => "response_content_length",
123121
ResponseContentEncoding => "response_content_encoding",
124122
ClientIp => "client_ip",
125-
ClientCorrelator => "client_correlator",
126123
ClientIdentities => "client_identities",
127124
SandcastleAlias => "sandcastle_alias",
128125
SandcastleVCS => "sandcastle_vcs",

0 commit comments

Comments
 (0)