Skip to content

Commit

Permalink
Update ExtractFromConfig.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KochetovNicolai committed Mar 6, 2024
1 parent d32dad2 commit f4c3184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/extract-from-config/ExtractFromConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static void setupLogging(const std::string & log_level)
Poco::Logger::root().setLevel(log_level);
}


static std::vector<std::string> extactFromConfigAccordingToGlobs(DB::ConfigurationPtr configuration, const std::string & pattern, bool try_get)
{
auto pattern_prefix = pattern.substr(0, pattern.find_first_of("*?{"));
Expand Down

0 comments on commit f4c3184

Please sign in to comment.