Fix style.

This commit is contained in:
Nikolai Kochetov 2020-06-02 21:10:42 +03:00
parent 9b4db3edb0
commit cba05a0dd7

View File

@ -4,12 +4,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int UNKNOWN_PACKET_FROM_SERVER;
}
RemoteBlockInputStream::RemoteBlockInputStream(
Connection & connection,
const String & query_, const Block & header_, const Context & context_, const Settings * settings,