From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id BB69E4696C3 for ; Fri, 10 Apr 2020 10:17:13 +0300 (MSK) Received: by mail-lf1-f67.google.com with SMTP id x23so731026lfq.1 for ; Fri, 10 Apr 2020 00:17:13 -0700 (PDT) Date: Fri, 10 Apr 2020 10:17:11 +0300 From: Cyrill Gorcunov Message-ID: <20200410071711.GG3072@uranus> References: <08253f9ff92aaff6b7017f6139a0c3679888e2d4.1586486220.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <08253f9ff92aaff6b7017f6139a0c3679888e2d4.1586486220.git.alexander.turenko@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 02/13] popen: remove retval from popen_state() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Fri, Apr 10, 2020 at 05:50:40AM +0300, Alexander Turenko wrote: > After the previous commit ('popen: require popen handle to be non-NULL') > it turns out that popen_state() function always succeeds. There is no > reason to return a success / failure value from it. > > Part of #4031 Acked-by: Cyrill Gorcunov