[PATCH v2 01/11] sio: remove unused functions

Vladimir Davydov vdavydov.dev at gmail.com
Sun Dec 9 15:10:10 MSK 2018


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 <sys/un.h>
>  #include <sys/uio.h>
>  #include <errno.h>
> -#include <stdio.h>

We still need stdio.h because of snprintf. I put it back and pushed
the patch to 2.1.



More information about the Tarantool-patches mailing list