Skip to content

Commit

Permalink
Remove redundant formula check
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah committed Jul 10, 2016
1 parent f1a7eb6 commit 7195878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/cmd/update-report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def report
end
@report[:M] << tap.formula_file_to_name(src)
when /^R\d{0,3}/
next unless tap.formula_file?(dst)
src_full_name = tap.formula_file_to_name(src)
dst_full_name = tap.formula_file_to_name(dst)
# Don't report formulae that are moved within a tap but not renamed
Expand Down

0 comments on commit 7195878

Please sign in to comment.