aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 16:28:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 16:28:27 +0000
commitf9e536235b3a2bf12ac12639b96296efbd016497 (patch)
tree81037e0a35a5eb07c9b4fcc928972ea5dbdd5bbd /thread_win32.c
parent478c65c4687f6a5a148c843f49d22e7a1b15d3f7 (diff)
downloadruby-f9e536235b3a2bf12ac12639b96296efbd016497.tar.gz
* 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
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c1
1 files changed, 0 insertions, 1 deletions
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);