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

ruby-changes:21482

From: emboss <ko1@a...>
Date: Thu, 27 Oct 2011 08:49:59 +0900 (JST)
Subject: [ruby-changes:21482] emboss:r33531 (trunk): * ext/psych/parser.c: remove unused variable.

emboss	2011-10-27 08:49:49 +0900 (Thu, 27 Oct 2011)

  New Revision: 33531

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

  Log:
    * ext/psych/parser.c: remove unused variable.

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/parser.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33530)
+++ ChangeLog	(revision 33531)
@@ -1,3 +1,7 @@
+Thu Oct 27 08:47:38 2011  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* ext/psych/parser.c: remove unused variable.
+
 Thu Oct 27 08:38:41 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/extconf.rb: add -Wall flag by default when compiler is
Index: ext/psych/parser.c
===================================================================
--- ext/psych/parser.c	(revision 33530)
+++ ext/psych/parser.c	(revision 33531)
@@ -61,7 +61,6 @@
 
 static VALUE make_exception(yaml_parser_t * parser, VALUE path)
 {
-    VALUE exception;
     size_t line, column;
 
     line = parser->context_mark.line + 1;

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

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