1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Warning removed unused variable task_name

warning: assigned but unused variable - task_name
This commit is contained in:
Arun Agrawal 2013-03-15 13:33:07 +01:00
parent ddb9040b43
commit 106e15927f

View file

@ -79,7 +79,6 @@ namespace :test do
# Display deprecation message
task :deprecated do
task_name = ARGV.first
ActiveSupport::Deprecation.warn "`rake #{ARGV.first}` is deprecated with no replacement."
end