aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-07-22 22:34:24 -0500
committerJack Nagel2013-07-22 22:34:24 -0500
commitd77aac39bdcfd1b0a8fd6e7b69a6014cf3d1bc2f (patch)
treebf1641c0f2e1069463b581c6ba74227b689136e7
parent38208ff7ee0d12d2eb187e0a2039171d6bbaf84c (diff)
downloadhomebrew-d77aac39bdcfd1b0a8fd6e7b69a6014cf3d1bc2f.tar.bz2
sip: remove unused variable
-rw-r--r--Library/Formula/sip.rb2
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)