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 C2DEF29C24 for ; Mon, 25 Mar 2019 11:12:54 -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 6sG7Lr2kPAjB for ; Mon, 25 Mar 2019 11:12:54 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 807B329C02 for ; Mon, 25 Mar 2019 11:12:54 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [tarantool-patches] Re: [PATCH 05/13] sql: removes redundant function. From: "n.pettik" In-Reply-To: <5080d8b28aed2d2ae14bcf709ddcf65d43be797b.1552663061.git.szudin@tarantool.org> Date: Mon, 25 Mar 2019 18:12:52 +0300 Content-Transfer-Encoding: 7bit Message-Id: <75192359-2F82-4329-A025-F7290C0E9F00@tarantool.org> References: <5080d8b28aed2d2ae14bcf709ddcf65d43be797b.1552663061.git.szudin@tarantool.org> 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: tarantool-patches@freelists.org Cc: szudin@tarantool.org You are removing recently introduced function. Mb it is worth to avoid using it from the very beginning? > --- > src/box/execute.c | 2 -- > src/box/lua/sql.c | 2 -- > src/box/sql/sqlInt.h | 3 --- > src/box/sql/vdbeapi.c | 8 -------- > 4 files changed, 15 deletions(-)