diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-05 13:26:18 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-05 13:26:18 +0000 |
commit | b5d612e0df4b77f7918323d25d7b46ccdd2756d9 (patch) | |
tree | d3be813b243a9dda07f44d6923c3ee8daa620059 /thread_win32.c | |
parent | 66fc78d20737cc78c244809395b1f185748763ef (diff) | |
download | ruby-b5d612e0df4b77f7918323d25d7b46ccdd2756d9.tar.gz |
* thread_pthread.c (native_mutex_reinitialize_atfork): removed
unused macro.
* thread_win32.c (native_mutex_reinitialize_atfork): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_win32.c')
-rw-r--r-- | thread_win32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_win32.c b/thread_win32.c index e29c6aff8e..16f9cb9fbf 100644 --- a/thread_win32.c +++ b/thread_win32.c @@ -379,8 +379,6 @@ native_mutex_initialize(rb_thread_lock_t *lock) #endif } -#define native_mutex_reinitialize_atfork(lock) (void)(lock) - static void native_mutex_destroy(rb_thread_lock_t *lock) { |