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

ruby-changes:39086

From: ko1 <ko1@a...>
Date: Tue, 7 Jul 2015 03:48:21 +0900 (JST)
Subject: [ruby-changes:39086] ko1:r51167 (trunk): * vm_core.h: remove a useless declaration.

ko1	2015-07-07 03:48:10 +0900 (Tue, 07 Jul 2015)

  New Revision: 51167

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

  Log:
    * vm_core.h: remove a useless declaration.

  Modified files:
    trunk/ChangeLog
    trunk/vm_core.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51166)
+++ ChangeLog	(revision 51167)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Jul  7 03:47:26 2015  Koichi Sasada  <ko1@a...>
+
+	* vm_core.h: remove a useless declaration.
+
 Tue Jul  7 03:33:20 2015  Koichi Sasada  <ko1@a...>
 
 	* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 51166)
+++ vm_core.h	(revision 51167)
@@ -218,8 +218,6 @@ typedef struct rb_iseq_location_struct { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L218
     VALUE first_lineno; /* TODO: may be unsigned short */
 } rb_iseq_location_t;
 
-struct rb_iseq_struct;
-
 struct rb_iseq_struct {
     /***************/
     /* static data */

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

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