diff options
| author | Jack Nagel | 2013-09-27 21:29:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-27 21:29:37 -0500 |
| commit | 77ba4405288ef798237bd3a94668897efe316b34 (patch) | |
| tree | 212b25ebf9fa7c7c347667a1d25d179a5babaf4d | |
| parent | 1b2bb753c91f2f4c10988b77edf01530cf1f7ca7 (diff) | |
| download | homebrew-77ba4405288ef798237bd3a94668897efe316b34.tar.bz2 | |
SoftwareSpec: remove dead code
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 36b085a46..ee24bec72 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -67,7 +67,6 @@ end class HeadSoftwareSpec < SoftwareSpec def initialize super - @resource.url = url @resource.version = Version.new('HEAD') end |
