Skip to content

Commit

Permalink
typo core: drop unused variables
Browse files Browse the repository at this point in the history
commit_hash:8e2b0acb5e363aebcfa98675abb355f5edcd93b6
  • Loading branch information
kpavlov00 committed Dec 12, 2024
1 parent 9e8a66c commit 072d3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/clients/http/plugins/yandex_tracing/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ constexpr USERVER_NAMESPACE::http::headers::PredefinedHeader kYaTracingHeaders[]
};

const std::string kName = "yandex-tracing";
const std::string kTypeTag = "type";
const std::string kTypeRequest = "request";
} // namespace

Plugin::Plugin() : http::Plugin(kName) {}
Expand Down

0 comments on commit 072d3bd

Please sign in to comment.