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 89D8522C24 for ; Wed, 4 Jul 2018 09:28:48 -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 94CuhgzrQZTV for ; Wed, 4 Jul 2018 09:28:48 -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 3D224228E0 for ; Wed, 4 Jul 2018 09:28:48 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: drop useless code from os_unix.c From: "n.pettik" In-Reply-To: <3e747692-7c30-e0b7-5156-faca940d7ee1@tarantool.org> Date: Wed, 4 Jul 2018 16:28:45 +0300 Content-Transfer-Encoding: 7bit Message-Id: <4D591A16-BF99-4FB5-A92F-918E0C097321@tarantool.org> References: <443107fc62c650cea3007bf46975e5965518b02a.1530199154.git.kshcherbatov@tarantool.org> <3ccffaa3-22be-3694-1d1d-e11e0b88a108@tarantool.org> <1e057fa9-11f5-8679-97c0-aa8f3fe53db7@tarantool.org> <3e747692-7c30-e0b7-5156-faca940d7ee1@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: Kirill Shcherbatov I deleted more code and fixed compile failure on MacOS. Look at changes and if you are OK with them - squash. Then LGTM.