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

ruby-changes:3409

From: ko1@a...
Date: 6 Jan 2008 04:23:04 +0900
Subject: [ruby-changes:3409] akr - Ruby:r14902 (trunk): unused variable removed.

akr	2008-01-06 04:22:44 +0900 (Sun, 06 Jan 2008)

  New Revision: 14902

  Modified files:
    trunk/thread_pthread.c

  Log:
    unused variable removed.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread_pthread.c?r1=14902&r2=14901&diff_format=u

Index: thread_pthread.c
===================================================================
--- thread_pthread.c	(revision 14901)
+++ thread_pthread.c	(revision 14902)
@@ -405,7 +405,6 @@
     int prev_status = th->status;
     struct timespec ts;
     struct timeval tvn;
-    struct timeval tve;
 
     if (tv) {
 	gettimeofday(&tvn, NULL);

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

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