deleted unneeded lines

This commit is contained in:
hyunghwan.chung 2018-01-25 09:35:50 +00:00
parent 7cba31e8f9
commit a1de67b513

View File

@ -38,14 +38,6 @@ struct sck_t
/* there are more fields in the actual object */
};
#if (MOO_SIZEOF_SOCKLEN_T > 0)
//#error x
#endif
#if (MOO_SIZEOF_INT8_T > 0)
#error x
#endif
#if (MOO_SIZEOF_SOCKLEN_T == 1)
#if defined(MOO_SOCKLEN_T_IS_SIGNED)
typedef moo_int8_t sck_len_t;