Skip to content

Commit

Permalink
post-receive-email: remove unused variable
Browse files Browse the repository at this point in the history
prep_for_email neither is passed a fourth argument nor uses it.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Feb 27, 2012
1 parent 62ed072 commit c48be8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/hooks/post-receive-email
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ prep_for_email()
oldrev=$(git rev-parse $1)
newrev=$(git rev-parse $2)
refname="$3"
maxlines=$4

# --- Interpret
# 0000->1234 (create)
Expand Down

0 comments on commit c48be8b

Please sign in to comment.