diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-15 10:49:05 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-15 10:49:05 +0000 |
| commit | 1592c8180cc4b564d2a82c4b4dc49b44efb3d143 (patch) | |
| tree | 31d6f73c7dc1d83780348037f23385839010b27a | |
| parent | e4ca8124bce9e06bf1c444c5feb5b8156f3b4a8b (diff) | |
| download | ruby-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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win32/win32.c | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Fri Mar 15 19:47:31 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * win32/win32.c (StartSockets): remove duplicated lines. + Fri Mar 15 17:44:08 2002 Usaku Nakamura <usa@ruby-lang.org> * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, 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 |
