summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-15 10:49:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-15 10:49:05 +0000
commit1592c8180cc4b564d2a82c4b4dc49b44efb3d143 (patch)
tree31d6f73c7dc1d83780348037f23385839010b27a /win32
parente4ca8124bce9e06bf1c444c5feb5b8156f3b4a8b (diff)
downloadruby-1592c8180cc4b564d2a82c4b4dc49b44efb3d143.tar.gz
ruby-1592c8180cc4b564d2a82c4b4dc49b44efb3d143.tar.xz
ruby-1592c8180cc4b564d2a82c4b4dc49b44efb3d143.zip
* win32/win32.c (StartSockets): remove duplicated lines.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 5ba9bfbaf..01e824baa 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1722,9 +1722,6 @@ StartSockets ()
interrupted_event = CreateSignal();
if (!interrupted_event)
rb_fatal("Unable to create interrupt event!\n");
- interrupted_event = CreateSignal();
- if (!interrupted_event)
- rb_fatal("Unable to create interrupt event!\n");
}
#undef accept