From 59a743f0efc99b4324410c33e611a34de345928b Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 28 Jul 2013 01:36:17 +0000 Subject: [PATCH] dbms: removed useless code [#CONV-2944]. --- .../AggregateFunctionFactory.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dbms/src/AggregateFunctions/AggregateFunctionFactory.cpp b/dbms/src/AggregateFunctions/AggregateFunctionFactory.cpp index 1be4aef2968..061a896eb58 100644 --- a/dbms/src/AggregateFunctions/AggregateFunctionFactory.cpp +++ b/dbms/src/AggregateFunctions/AggregateFunctionFactory.cpp @@ -45,25 +45,6 @@ static IAggregateFunction * createWithNumericType(const IDataType & argument_typ return NULL; } -/** Создать агрегатную функцию с числовым типом в параметре шаблона, в зависимости от имени типа, расположенном в type_id. - */ -template