diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2012-11-03 14:53:55 -0400 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2012-11-08 16:54:56 -0800 |
commit | 94f1727772e0683d79e2101f4dc93ac2ef282c4c (patch) | |
tree | 6e05668762ccdba55a9ba699db3382a1a028fe2a /win32/win32sck.c | |
parent | 9399a70c62d6e4622406f3db44ff4235a362d1a0 (diff) | |
download | perl-94f1727772e0683d79e2101f4dc93ac2ef282c4c.tar.gz |
remove unused dTHXes in /win32/*
Remove dTHXes in win32 perl funcs where they were not used, or could be
replaced with nocontext croaks/warns. Since Perl_get_context is a function
it is not optimized away by the compiler.
Diffstat (limited to 'win32/win32sck.c')
-rw-r--r-- | win32/win32sck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32sck.c b/win32/win32sck.c index a3160de732..38f66cf39e 100644 --- a/win32/win32sck.c +++ b/win32/win32sck.c @@ -63,7 +63,6 @@ EndSockets(void) void start_sockets(void) { - dTHX; unsigned short version; WSADATA retdata; int ret; |