* thread_pthread.c: remove unused macro.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-06-01 08:20:16 +00:00
parent 402cbc870d
commit dcc1f64cb0
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 1 17:19:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread_pthread.c: remove unused macro.
Wed Jun 1 15:42:18 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (peek_n): new macro to see next nth char.

View File

@ -824,8 +824,6 @@ ubf_pthread_cond_signal(void *ptr)
native_cond_signal(&th->native_thread_data.sleep_cond);
}
#define PER_NANO 1000000000
static void
native_sleep(rb_thread_t *th, struct timeval *timeout_tv)
{