From f9e536235b3a2bf12ac12639b96296efbd016497 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 22 Apr 2010 16:28:27 +0000 Subject: * 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 --- thread_win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread_win32.c') diff --git a/thread_win32.c b/thread_win32.c index b3753e3797..ab641b89b0 100644 --- a/thread_win32.c +++ b/thread_win32.c @@ -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); -- cgit v1.2.3