From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id BC82541D952 for ; Tue, 30 Jun 2020 02:52:18 +0300 (MSK) Date: Mon, 29 Jun 2020 23:52:17 +0000 From: Nikita Pettik Message-ID: <20200629235217.GD27240@tarantool.org> References: <7036302de87521b8f6bc240f74bae3397ea64d75.1593096639.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7036302de87521b8f6bc240f74bae3397ea64d75.1593096639.git.imeevma@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v3 7/8] sql: remove unused functions List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org On 25 Jun 18:17, imeevma@tarantool.org wrote: > After previous patches, some functions and the ApplyType opcode > become unused, so this patch removes them. > > Follow-up #4230 > --- Все еще можно нагрепать OP_ApplyType. Перепроверь.