1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* thread_win32.c (ubf_handle): remove unused typedef.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-04-22 16:28:27 +00:00
parent 478c65c468
commit f9e536235b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Apr 23 01:28:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* thread_win32.c (ubf_handle): remove unused typedef.
Thu Apr 22 23:10:59 2010 Yusuke Endoh <mame@tsg.ne.jp>
* proc.c (mnew): fix wrong error message when Kernel#public_method

View file

@ -530,7 +530,6 @@ native_thread_apply_priority(rb_thread_t *th)
static void
ubf_handle(void *ptr)
{
typedef BOOL (WINAPI *cancel_io_func_t)(HANDLE);
rb_thread_t *th = (rb_thread_t *)ptr;
thread_debug("ubf_handle: %p\n", th);