versions: delete unused method

This commit is contained in:
Jack Nagel 2013-12-09 17:34:04 -06:00
parent 291cdea687
commit c3ac88d8c7

View File

@ -94,10 +94,6 @@ class Formula
end
end
def sha_for_version version
rev_list.find{ |sha| version == version_for_sha(sha) }
end
IGNORED_EXCEPTIONS = [SyntaxError, TypeError, NameError,
ArgumentError, FormulaSpecificationError]