fix style

This commit is contained in:
serxa 2024-07-12 13:01:52 +00:00
parent 6472fea0fd
commit cb6438e472
4 changed files with 0 additions and 21 deletions

View File

@ -12,11 +12,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class DataStream;
class IQueryPlanStep;

View File

@ -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.

View File

@ -8,12 +8,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class InputPort;
class OutputPort;

View File

@ -10,11 +10,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class QueryPipelineProcessorsCollector;
struct AggregatingTransformParams;