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 E5125280BB for ; Thu, 7 Mar 2019 03:02:28 -0500 (EST) 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 nEMgQ6_Omk73 for ; Thu, 7 Mar 2019 03:02:28 -0500 (EST) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 2BBFD280B1 for ; Thu, 7 Mar 2019 03:02:27 -0500 (EST) Date: Thu, 7 Mar 2019 11:02:25 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: remove table.c Message-ID: <20190307080225.jftgbtjggf4akpve@tarantool.org> References: <98ff485e1b74879fe4a7b5ba9c243546d8ce1001.1551888376.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <98ff485e1b74879fe4a7b5ba9c243546d8ce1001.1551888376.git.imeevma@gmail.com> 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: korablev@tarantool.org Hello, On 06 Mar 19:07, imeevma@tarantool.org wrote: > The module table.c is not used and should be removed. > --- > https://github.com/tarantool/tarantool/tree/imeevma/small-patches I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin