diff options
Diffstat (limited to 'otherlibs/win32unix/bind.c')
-rw-r--r-- | otherlibs/win32unix/bind.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/otherlibs/win32unix/bind.c b/otherlibs/win32unix/bind.c index 166ab353b..e85a5c312 100644 --- a/otherlibs/win32unix/bind.c +++ b/otherlibs/win32unix/bind.c @@ -24,9 +24,3 @@ value unix_bind(socket, address) /* ML */ if (ret == -1) uerror("bind", Nothing); return Val_unit; } - -#else - -value unix_bind() { invalid_argument("bind not implemented"); } - -#endif |