Merge pull request #5679 from dearblue/expiration-code

Remove old compatibility code
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-03-27 19:13:26 +09:00
committed by GitHub
-6
View File
@@ -52,12 +52,6 @@
#define E_SOCKET_ERROR mrb_class_get_id(mrb, MRB_SYM(SocketError))
#if !defined(mrb_cptr)
#define mrb_cptr_value(m,p) mrb_voidp_value((m),(p))
#define mrb_cptr(o) mrb_voidp(o)
#define mrb_cptr_p(o) mrb_voidp_p(o)
#endif
#ifdef _WIN32
static const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt)
{