--- parser3/src/classes/table.C 2021/12/21 14:24:54 1.359 +++ parser3/src/classes/table.C 2023/09/26 20:49:06 1.361 @@ -1,8 +1,8 @@ /** @file Parser: @b table parser class. - Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #include "pa_config_includes.h" @@ -25,7 +25,7 @@ #include "pa_vbool.h" #include "pa_array.h" -volatile const char * IDENT_TABLE_C="$Id: table.C,v 1.359 2021/12/21 14:24:54 moko Exp $"; +volatile const char * IDENT_TABLE_C="$Id: table.C,v 1.361 2023/09/26 20:49:06 moko Exp $"; // class @@ -918,7 +918,6 @@ static Table2hash_distint get_distinct(V static void _hash(Request& r, MethodParams& params) { Table& self_table=GET_SELF(r, VTable).table(); VHash& result=*new VHash; - Table::columns_type columns=self_table.columns(); Table2hash_distint distinct=D_ILLEGAL; Table2hash_value_type value_type=C_HASH;