summaryrefslogtreecommitdiff
path: root/win32/wincesck.c
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-06-25 10:13:04 -0700
committerSteve Hay <SteveHay@planit.com>2007-06-26 07:38:05 +0000
commitcf46c829c2d2e258bbc767318634dbc5a53e40ee (patch)
treeb69a28e5cd0487547826af390906303a89447952 /win32/wincesck.c
parentfa902580255ea6c1205d28b30fdac4cd26771a62 (diff)
downloadperl-cf46c829c2d2e258bbc767318634dbc5a53e40ee.tar.gz
[PATCH] Remove dead code from win32/win32sck.c
From: "Jan Dubois" <jand@activestate.com> Date: Mon, 25 Jun 2007 17:13:04 -0700 Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com> Subject: RE: [PATCH] Remove dead code from win32/win32sck.c From: "Jan Dubois" <jand@activestate.com> Date: Mon, 25 Jun 2007 17:26:15 -0700 Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com> p4raw-id: //depot/perl@31469
Diffstat (limited to 'win32/wincesck.c')
-rw-r--r--win32/wincesck.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/win32/wincesck.c b/win32/wincesck.c
index 76d56fc4b9..067b257ea0 100644
--- a/win32/wincesck.c
+++ b/win32/wincesck.c
@@ -59,10 +59,8 @@ XCE_EXPORT struct protoent *xcegetprotobynumber(int number);
#define StartSockets() \
STMT_START { \
- if (!wsock_started) { \
+ if (!wsock_started) \
start_sockets(); \
- set_socktype(); \
- } \
} STMT_END
#define SOCKET_TEST(x, y) \
@@ -109,11 +107,6 @@ start_sockets(void)
wsock_started = 1;
}
-void
-set_socktype(void)
-{
-}
-
u_long
win32_htonl(u_long hostlong)
{