remove redundant code

This commit is contained in:
CurtizJ 2018-09-28 22:10:16 +03:00
parent 99b4536b2a
commit e0d3aed0c4

View File

@ -2,9 +2,6 @@
#include <Common/Macros.h>
#include <Common/Exception.h>
#include <Poco/Logger.h>
#include <common/logger_useful.h>
namespace DB
{
@ -14,10 +11,7 @@ namespace ErrorCodes
extern const int SYNTAX_ERROR;
}
Macros::Macros()
{
LOG_DEBUG(&Logger::get("Macros"), "creating in empty contructor");
}
Macros::Macros() {}
Macros::Macros(const Poco::Util::AbstractConfiguration & config, const String & root_key)
{