ruby-changes:12239
From: akr <ko1@a...>
Date: Thu, 2 Jul 2009 03:49:37 +0900 (JST)
Subject: [ruby-changes:12239] Ruby:r23927 (trunk): unused variable removed.
akr 2009-07-02 03:48:34 +0900 (Thu, 02 Jul 2009) New Revision: 23927 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23927 Log: unused variable removed. Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 23926) +++ time.c (revision 23927) @@ -1466,7 +1466,6 @@ { VALUE time = time_s_alloc(klass); struct time_object *tobj; - struct timespec ts; GetTimeval(time, tobj); tobj->timev = num_exact(timev); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/