Skip to content

Commit

Permalink
Merge pull request ruby-amqp#552 from utilum/unused
Browse files Browse the repository at this point in the history
assigned but unused variable 'le'
  • Loading branch information
michaelklishin authored May 1, 2018
2 parents 6e1fd2d + 6c44f8a commit ae6ae2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bunny/cruby/ssl_socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def write_nonblock_fully(data, timeout = nil)
end

end
rescue LoadError => le
rescue LoadError
puts "Could not load OpenSSL"
end
end

0 comments on commit ae6ae2a

Please sign in to comment.