aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-27 21:29:37 -0500
committerJack Nagel2013-09-27 21:29:37 -0500
commitcb32f76f271f20a14685580a7be0cb0c72c0aec6 (patch)
tree818361ee75a0bc7f0558f46c506b312d9bd517be /Library
parent5c973bad7422cf7f335e952a91ddfa2273aa2e4f (diff)
downloadbrew-cb32f76f271f20a14685580a7be0cb0c72c0aec6.tar.bz2
SoftwareSpec: remove dead code
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/software_spec.rb1
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