ruby-changes:15544
From: usa <ko1@a...>
Date: Fri, 23 Apr 2010 01:28:48 +0900 (JST)
Subject: [ruby-changes:15544] Ruby:r27447 (trunk): * thread_win32.c (ubf_handle): remove unused typedef.
usa 2010-04-23 01:28:27 +0900 (Fri, 23 Apr 2010) New Revision: 27447 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27447 Log: * thread_win32.c (ubf_handle): remove unused typedef. Modified files: trunk/ChangeLog trunk/thread_win32.c Index: thread_win32.c =================================================================== --- thread_win32.c (revision 27446) +++ thread_win32.c (revision 27447) @@ -530,7 +530,6 @@ 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); Index: ChangeLog =================================================================== --- ChangeLog (revision 27446) +++ ChangeLog (revision 27447) @@ -1,3 +1,7 @@ +Fri Apr 23 01:28:03 2010 NAKAMURA Usaku <usa@r...> + + * thread_win32.c (ubf_handle): remove unused typedef. + Thu Apr 22 23:10:59 2010 Yusuke Endoh <mame@t...> * proc.c (mnew): fix wrong error message when Kernel#public_method -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/