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

ruby-changes:33855

From: nobu <ko1@a...>
Date: Wed, 14 May 2014 00:47:37 +0900 (JST)
Subject: [ruby-changes:33855] nobu:r45936 (trunk): make-snapshot: unused variables

nobu	2014-05-14 00:47:31 +0900 (Wed, 14 May 2014)

  New Revision: 45936

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

  Log:
    make-snapshot: unused variables
    
    * tool/make-snapshot (package): remove variables no longer used.

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 45935)
+++ tool/make-snapshot	(revision 45936)
@@ -322,8 +322,6 @@ revisions.collect {|rev| package(rev, de https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L322
     next
   end
   str = open(name, "rb") {|f| f.read}
-  md5 = Digest::MD5.hexdigest str
-  sha = Digest::SHA256.hexdigest str
   puts "* #{name}"
   puts "  SIZE:   #{str.bytesize} bytes"
   DIGESTS.each do |alg|

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

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