提交 5d5e5ed0 编写于 作者: N Nikolai Kochetov

Fix build.

上级 4a3d80fd
......@@ -12,8 +12,8 @@ namespace DB
class IdentifierQuoteHandler : public Poco::Net::HTTPRequestHandler
{
public:
IdentifierQuoteHandler(size_t keep_alive_timeout_, Context & context_)
: log(&Poco::Logger::get("IdentifierQuoteHandler")), keep_alive_timeout(keep_alive_timeout_), context(context_)
IdentifierQuoteHandler(size_t keep_alive_timeout_, Context &)
: log(&Poco::Logger::get("IdentifierQuoteHandler")), keep_alive_timeout(keep_alive_timeout_)
{
}
......@@ -22,7 +22,6 @@ public:
private:
Poco::Logger * log;
size_t keep_alive_timeout;
Context & context;
};
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册