diff options
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r-- | posix/gawkmisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c index c90123d2..d422bd0f 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -285,12 +285,10 @@ files_are_same(char *path, SRCFILE *src) && st.st_ino == src->sbuf.st_ino); } -#ifdef HAVE_SOCKETS void init_sockets(void) { } -#endif #ifdef __CYGWIN__ void |