lib/new_relic/agent/configuration/manager.rb in newrelic_rpm-7.2.0 vs lib/new_relic/agent/configuration/manager.rb in newrelic_rpm-8.0.0

- old
+ new

@@ -13,10 +13,9 @@ module NewRelic module Agent module Configuration class Manager - # Defining these explicitly saves object allocations that we incur # if we use Forwardable and def_delegators. def [](key) @cache[key] end