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:
parent
ddb9040b43
commit
106e15927f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue