[前][次][番号順一覧][スレッド一覧]

ruby-changes:19845

From: kosaki <ko1@a...>
Date: Wed, 1 Jun 2011 17:20:23 +0900 (JST)
Subject: [ruby-changes:19845] kosaki:r31892 (trunk): * thread_pthread.c: remove unused macro.

kosaki	2011-06-01 17:20:16 +0900 (Wed, 01 Jun 2011)

  New Revision: 31892

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31892

  Log:
    * thread_pthread.c: remove unused macro.

  Modified files:
    trunk/ChangeLog
    trunk/thread_pthread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31891)
+++ ChangeLog	(revision 31892)
@@ -1,3 +1,7 @@
+Wed Jun  1 17:19:16 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* thread_pthread.c: remove unused macro.
+
 Wed Jun  1 15:42:18 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* parse.y (peek_n): new macro to see next nth char.
Index: thread_pthread.c
===================================================================
--- thread_pthread.c	(revision 31891)
+++ thread_pthread.c	(revision 31892)
@@ -824,8 +824,6 @@
     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)
 {

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]