From cb6438e47259ef63cb5e154730cfe03f58d5fb2b Mon Sep 17 00:00:00 2001 From: serxa Date: Fri, 12 Jul 2024 13:01:52 +0000 Subject: [PATCH] fix style --- src/Processors/QueryPlan/QueryPlan.h | 5 ----- src/QueryPipeline/Chain.h | 5 ----- src/QueryPipeline/QueryPipeline.h | 6 ------ src/QueryPipeline/QueryPipelineBuilder.h | 5 ----- 4 files changed, 21 deletions(-) diff --git a/src/Processors/QueryPlan/QueryPlan.h b/src/Processors/QueryPlan/QueryPlan.h index 103a292ad62..75c577af24e 100644 --- a/src/Processors/QueryPlan/QueryPlan.h +++ b/src/Processors/QueryPlan/QueryPlan.h @@ -12,11 +12,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - class DataStream; class IQueryPlanStep; diff --git a/src/QueryPipeline/Chain.h b/src/QueryPipeline/Chain.h index dd5b421ef4e..c093fc57ad3 100644 --- a/src/QueryPipeline/Chain.h +++ b/src/QueryPipeline/Chain.h @@ -7,11 +7,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - /// Has one unconnected input port and one unconnected output port. /// There may be other ports on the processors, but they must all be connected. /// The unconnected input must be on the first processor, output - on the last. diff --git a/src/QueryPipeline/QueryPipeline.h b/src/QueryPipeline/QueryPipeline.h index 7fcb1e7bea8..48dff7b85a6 100644 --- a/src/QueryPipeline/QueryPipeline.h +++ b/src/QueryPipeline/QueryPipeline.h @@ -8,12 +8,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - - class InputPort; class OutputPort; diff --git a/src/QueryPipeline/QueryPipelineBuilder.h b/src/QueryPipeline/QueryPipelineBuilder.h index 6760bfb3ff9..f0b2ead687e 100644 --- a/src/QueryPipeline/QueryPipelineBuilder.h +++ b/src/QueryPipeline/QueryPipelineBuilder.h @@ -10,11 +10,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - class QueryPipelineProcessorsCollector; struct AggregatingTransformParams;