clickhouse: fixed warning [#CONV-6318].

This commit is contained in:
Michael Kolupaev 2012-12-26 14:48:40 +00:00
parent 467de27a59
commit 3ff2a537f4

View File

@ -89,8 +89,6 @@ public:
/// Выполнить функцию над блоком.
void execute(Block & block, const ColumnNumbers & arguments, size_t result)
{
IDataType * from_type = &*block.getByPosition(arguments[0]).type;
if (!( executeType<UInt8>(block, arguments, result)
|| executeType<UInt16>(block, arguments, result)
|| executeType<UInt32>(block, arguments, result)