From cceca83afe046b8c2b53eab6ab7c52faa1719b6d Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 8 Nov 2010 20:58:42 +0000 Subject: * lib/rubygems/*: Remove unused variables warnings Patch by Run Paint [ruby-core:30991] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/gem_openssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rubygems/gem_openssl.rb') diff --git a/lib/rubygems/gem_openssl.rb b/lib/rubygems/gem_openssl.rb index 7891d596c4..ade95641bf 100644 --- a/lib/rubygems/gem_openssl.rb +++ b/lib/rubygems/gem_openssl.rb @@ -42,7 +42,7 @@ begin # Reference a constant defined in the .rb portion of ssl (just to # make sure that part is loaded too). - dummy = OpenSSL::Digest::SHA1 + OpenSSL::Digest::SHA1 Gem.ssl_available = true -- cgit v1.2.3