diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-14 11:53:05 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-14 11:53:05 -0700 |
commit | c031a6182bef7f689b2d80f418ae1b80669168a3 (patch) | |
tree | 627f24bc48fd352dd82a1588a514349c5924d9eb /lib/chef/client.rb | |
parent | 365064280c93d519fdacbf032c0c21057e5549c9 (diff) | |
download | chef-c031a6182bef7f689b2d80f418ae1b80669168a3.tar.gz |
fix some UselessAssignment caseslcg/useless-assignment
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r-- | lib/chef/client.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb index 7d2dcf8057..8ca0fd5e89 100644 --- a/lib/chef/client.rb +++ b/lib/chef/client.rb @@ -312,9 +312,7 @@ class Chef events.run_failed(run_error) ensure Chef::RequestID.instance.reset_request_id - request_id = nil @run_status = nil - run_context = nil runlock.release end |