Skip to content

Commit

Permalink
feat core: remove using TaxiConfig
Browse files Browse the repository at this point in the history
remove using TaxiConfig

Relates: TAXICOMMON-5501
Tests: протестировано CI
  • Loading branch information
alexiprof committed Aug 2, 2022
1 parent 8d70681 commit d0aa576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/include/userver/clients/http/component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ USERVER_NAMESPACE_BEGIN

namespace components {

using TaxiConfig = DynamicConfig;

// clang-format off

/// @ingroup userver_components
Expand Down
2 changes: 0 additions & 2 deletions core/include/userver/dynamic_config/storage/component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ class DynamicConfig::Updater final {
DynamicConfig::RegisterUpdaterName(UpdaterComponent::kName);
};

using TaxiConfig = DynamicConfig;

/// @brief Allows to subscribe to `DynamicConfig` updates without waiting for
/// the first update to complete. Primarily intended for internal use.
class DynamicConfig::NoblockSubscriber final {
Expand Down

0 comments on commit d0aa576

Please sign in to comment.