From 1e033e8817dbe88aeb2c4c43b798c0dce0a55d8d Mon Sep 17 00:00:00 2001 From: Peng Jian Date: Thu, 1 Apr 2021 10:12:37 +0800 Subject: [PATCH] fix code style --- src/Processors/Formats/IInputFormat.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Processors/Formats/IInputFormat.cpp b/src/Processors/Formats/IInputFormat.cpp index 160a2125468..5594e04dc74 100644 --- a/src/Processors/Formats/IInputFormat.cpp +++ b/src/Processors/Formats/IInputFormat.cpp @@ -5,11 +5,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - IInputFormat::IInputFormat(Block header, ReadBuffer & in_) : ISource(std::move(header)), in(in_) {