This commit is contained in:
Raúl Marín 2021-11-22 16:52:34 +01:00
parent c6d3065885
commit f39648dafb
3 changed files with 0 additions and 11 deletions

View File

@ -16,11 +16,6 @@
#include <chrono>
namespace CurrentMetrics
{
extern const Metric Query;
}
namespace DB
{

View File

@ -25,11 +25,6 @@
#include <vector>
namespace CurrentMetrics
{
extern const Metric Query;
}
namespace DB
{

View File

@ -23,7 +23,6 @@ namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int QUERY_WAS_CANCELLED;
extern const int TIMEOUT_EXCEEDED;
}