summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 17:44:25 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 17:44:25 +0000
commit22702f927894bb0b73bc90ddfeaeff3861ad7606 (patch)
tree9217130002c8a8605192abeefe7674493c6b1be3 /include/ruby
parent97c3d78cef321c8d6c0c8b23f7725e36211556c0 (diff)
* include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.
follow r33881. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index 8061a2e7d4..eaa825fd8c 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -596,7 +596,6 @@ struct tms {
int rb_w32_times(struct tms *);
/* thread stuff */
-HANDLE GetCurrentThreadHandle(void);
int rb_w32_sleep(unsigned long msec);
int rb_w32_putc(int, FILE*);
int rb_w32_getc(FILE*);