From 7f438d8402f53c2f78c5c6512c3d2f68d9fb20ac Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 10 Sep 2010 08:54:50 +0000 Subject: * ext/openssl/lib/openssl/x509-internal.rb: removed unused local variable. * test/openssl/*: less warnings while test running with -w. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/lib/openssl/x509-internal.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/openssl/lib') diff --git a/ext/openssl/lib/openssl/x509-internal.rb b/ext/openssl/lib/openssl/x509-internal.rb index c3de83be66..11dc2f2722 100644 --- a/ext/openssl/lib/openssl/x509-internal.rb +++ b/ext/openssl/lib/openssl/x509-internal.rb @@ -109,7 +109,6 @@ module OpenSSL ary = [] while true if md = TypeAndValue.match(str) - matched = md.to_s remain = md.post_match type = md[1] value, tag = expand_value(md[2], md[3], md[4]) rescue nil -- cgit v1.2.3