Remove unnecessary extern

This commit is contained in:
Pablo Marcos 2024-11-12 11:05:29 +00:00
parent a56d2c371a
commit 5c8d89bf13

View File

@ -24,11 +24,6 @@ namespace DB
static auto logger = getLogger("QueryMetricLog");
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
};
String timePointToString(QueryMetricLog::TimePoint time)
{
/// fmtlib supports subsecond formatting in 10.0.0. We're in 9.1.0, so we need to add the milliseconds ourselves.