summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_socket.cc')
-rw-r--r--winsup/cygwin/fhandler_socket.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index 150fb0f1c..aa412081e 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -589,17 +589,6 @@ fhandler_socket::link (const char *newpath)
}
int
-fhandler_socket::utimes (const struct timeval *tvp)
-{
- if (get_device () == FH_UNIX)
- {
- fhandler_disk_file fh (pc);
- return fh.utimes (tvp);
- }
- return fhandler_base::utimes (tvp);
-}
-
-int
fhandler_socket::bind (const struct sockaddr *name, int namelen)
{
int res = -1;