diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-08-24 16:24:05 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-08-24 16:24:05 -0700 |
commit | afbdb71df017d1e8ce93a41666803e044ebc43f4 (patch) | |
tree | dc86c47c19a2bb5fd697e221ac9e1fc58c93f346 | |
parent | aa3f1647a7bc30708378319c71c97e4f1af2c5f4 (diff) | |
download | chef-afbdb71df017d1e8ce93a41666803e044ebc43f4.tar.gz |
remove now-useless GC
-rw-r--r-- | lib/chef/client.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb index 3c86f52b4a..621ce3d489 100644 --- a/lib/chef/client.rb +++ b/lib/chef/client.rb @@ -3,7 +3,7 @@ # Author:: Christopher Walters (<cw@opscode.com>) # Author:: Christopher Brown (<cb@opscode.com>) # Author:: Tim Hinderliter (<tim@opscode.com>) -# Copyright:: Copyright (c) 2008-2011 Opscode, Inc. +# Copyright:: Copyright (c) 2008-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -302,7 +302,6 @@ class Chef @run_status = nil run_context = nil runlock.release - GC.start end # Raise audit, converge, and other errors here so that we exit |