From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 001042F5C4 for ; Wed, 29 May 2019 04:21:33 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id guFIuTx_kGkO for ; Wed, 29 May 2019 04:21:33 -0400 (EDT) Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id DDCC22F94D for ; Wed, 29 May 2019 04:21:30 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 2/8] Removes unused functions and commented many years ago code. References: <9b24ed8ad3f80fe66e765b69871ac10ea2b8715d.1556553117.git.szudin@tarantool.org> From: Stanislav Zudin Message-ID: <360a16fc-9614-1eaa-41fb-0364beafec31@tarantool.org> Date: Wed, 29 May 2019 11:21:28 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: "n.pettik" , tarantool-patches@freelists.org On 19.05.2019 18:15, n.pettik wrote: > >> diff --git a/src/box/sql/expr.c b/src/box/sql/expr.c >> index 00992388c..ab6f9f068 100644 >> --- a/src/box/sql/expr.c >> +++ b/src/box/sql/expr.c >> @@ -3062,18 +3062,6 @@ sqlExprCodeIN(Parse * pParse, /* Parsing and code generating context */ >> >> assert(pParse->is_aborted || nVector == 1 || eType == IN_INDEX_EPH >> || eType == IN_INDEX_INDEX_ASC || eType == IN_INDEX_INDEX_DESC); >> -#ifdef SQL_DEBUG > > SQL_DEBUG is a valid macro, why did you delete this chunk? > > The SQL_DEBUG block contains code commented 24-04-2017 (commit id: c521545d70b24e8d22b06258f77865b96f80ff45).