diff options
| author | Jack Nagel | 2013-07-22 22:34:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-22 22:34:24 -0500 |
| commit | d77aac39bdcfd1b0a8fd6e7b69a6014cf3d1bc2f (patch) | |
| tree | bf1641c0f2e1069463b581c6ba74227b689136e7 /Library | |
| parent | 38208ff7ee0d12d2eb187e0a2039171d6bbaf84c (diff) | |
| download | homebrew-d77aac39bdcfd1b0a8fd6e7b69a6014cf3d1bc2f.tar.bz2 | |
sip: remove unused variable
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sip.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index 07f5e99c1..446c5a4ae 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -16,8 +16,6 @@ class Sip < Formula # buid.py can use it to figure out a version number. ln_s downloader.cached_location + '.hg', '.hg' system python, "build.py", "prepare" - else - sip_version = version end # The python block is run once for each python (2.x and 3.x if requested) |
