mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
warning removed.
1. Unused variable 2. possibly useless use of a variable in void context
This commit is contained in:
parent
34b23e7110
commit
84a52c6c7a
2 changed files with 0 additions and 2 deletions
1
actionpack/test/fixtures/ruby_template.rb
vendored
1
actionpack/test/fixtures/ruby_template.rb
vendored
|
@ -1,3 +1,2 @@
|
|||
body = ""
|
||||
body << ["Hello", "from", "Ruby", "code"].join(" ")
|
||||
body
|
||||
|
|
|
@ -424,7 +424,6 @@ module ActiveRecord
|
|||
elsif @connections.size < @size
|
||||
checkout_new_connection
|
||||
else
|
||||
t0 = Time.now
|
||||
@available.poll(@checkout_timeout)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue