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

ruby-changes:47434

From: usa <ko1@a...>
Date: Wed, 9 Aug 2017 21:14:37 +0900 (JST)
Subject: [ruby-changes:47434] usa:r59550 (ruby_2_3): * compile.c (iseq_compile_each): remove unused definition of unused

usa	2017-08-09 21:14:31 +0900 (Wed, 09 Aug 2017)

  New Revision: 59550

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

  Log:
    * compile.c (iseq_compile_each): remove unused definition of unused
      variable derived from original patch.

  Modified files:
    branches/ruby_2_3/ChangeLog
    branches/ruby_2_3/compile.c
    branches/ruby_2_3/version.h
Index: ruby_2_3/version.h
===================================================================
--- ruby_2_3/version.h	(revision 59549)
+++ ruby_2_3/version.h	(revision 59550)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1
 #define RUBY_VERSION "2.3.5"
 #define RUBY_RELEASE_DATE "2017-08-09"
-#define RUBY_PATCHLEVEL 359
+#define RUBY_PATCHLEVEL 360
 
 #define RUBY_RELEASE_YEAR 2017
 #define RUBY_RELEASE_MONTH 8
Index: ruby_2_3/ChangeLog
===================================================================
--- ruby_2_3/ChangeLog	(revision 59549)
+++ ruby_2_3/ChangeLog	(revision 59550)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/ChangeLog#L1
+Wed Aug  9 21:13:24 2017  NAKAMURA Usaku  <usa@r...>
+
+	* compile.c (iseq_compile_each): remove unused definition of unused
+	  variable derived from original patch.
+
 Wed Aug  9 19:45:16 2017  sorah (Shota Fukumori)  <her@s...>
 
 	Init_frozen_strings definition is removed in r51511.
Index: ruby_2_3/compile.c
===================================================================
--- ruby_2_3/compile.c	(revision 59549)
+++ ruby_2_3/compile.c	(revision 59550)
@@ -5993,7 +5993,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/compile.c#L5993
       }
       case NODE_PRELUDE:{
 	const rb_compile_option_t *orig_opt = ISEQ_COMPILE_DATA(iseq)->option;
-	VALUE orig_cov = ISEQ_COVERAGE(iseq);
 	rb_compile_option_t new_opt = *orig_opt;
 	if (node->nd_orig) {
 	    rb_iseq_make_compile_option(&new_opt, node->nd_orig);

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

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