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 9AB422545C for ; Sat, 19 Jan 2019 19:16:51 -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 rC2MBt37dSX9 for ; Sat, 19 Jan 2019 19:16:51 -0500 (EST) Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 D6FB82538A for ; Sat, 19 Jan 2019 19:16:50 -0500 (EST) 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 v4 1/6] sql: remove unused macros from pragma.c and pragma.h From: "n.pettik" In-Reply-To: <28ff08bf9df3a3948fdc399f4801f01d170c52a5.1547899933.git.imeevma@gmail.com> Date: Sun, 20 Jan 2019 03:16:46 +0300 Content-Transfer-Encoding: 7bit Message-Id: <19958464-07A6-486E-9717-AE69E3BD4B43@tarantool.org> References: <28ff08bf9df3a3948fdc399f4801f01d170c52a5.1547899933.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: Imeev Mergen > > commit 28ff08bf9df3a3948fdc399f4801f01d170c52a5 > Author: Mergen Imeev > Date: Wed Dec 12 21:58:54 2018 +0300 > > sql: remove unused macros from pragma.c and pragma.h > > Some macros in pragma.c and pragma.h are obsolete because the > values they are checking are no longer used. Let's remove them. In fact they are used, but their usage makes no sense. Then LGTM.