From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 9 Dec 2018 15:10:10 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 01/11] sio: remove unused functions Message-ID: <20181209121010.mxjzcz2regkrvrbd@esperanza> References: <1a485fb50c67a57039ac503919476d9a1a4f1d3c.1543958698.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a485fb50c67a57039ac503919476d9a1a4f1d3c.1543958698.git.v.shpilevoy@tarantool.org> To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org List-ID: On Wed, Dec 05, 2018 at 12:28:46AM +0300, Vladislav Shpilevoy wrote: > Next patches remove exceptions from sio and convert it > to C. So as to do not care about unused functions they > are deleted. > --- > src/sio.cc | 166 +---------------------------------------------------- > src/sio.h | 54 ----------------- > 2 files changed, 1 insertion(+), 219 deletions(-) > > diff --git a/src/sio.cc b/src/sio.cc > index 0475b9e83..d79ad5c01 100644 > --- a/src/sio.cc > +++ b/src/sio.cc > @@ -33,18 +33,9 @@ > #include > #include > #include > -#include We still need stdio.h because of snprintf. I put it back and pushed the patch to 2.1.