Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #6446 - bundler:segiddins/remove-unused-ivar, r=colby-s…
Browse files Browse the repository at this point in the history
…wandale

[SpecGroup] Remove unused ivar

### What was the end-user problem that led to this PR?

The problem was this ivar was unused.

### What was your diagnosis of the problem?

My diagnosis was we should remove it. For performance, you know.
  • Loading branch information
bundlerbot committed Mar 19, 2018
2 parents 91a3e3f + 3414933 commit 0fc3fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/resolver/spec_group.rb
Expand Up @@ -14,7 +14,6 @@ def initialize(all_specs)
@version = exemplary_spec.version
@source = exemplary_spec.source

@required_by = []
@activated_platforms = []
@dependencies = nil
@specs = Hash.new do |specs, platform|
Expand Down

0 comments on commit 0fc3fc1

Please sign in to comment.