Skip to content

Commit

Permalink
builtin-remote.c: no "commented out" code, please
Browse files Browse the repository at this point in the history
And especially do not use // comment.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Mar 8, 2009
1 parent e5dcbfd commit 8321c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ static int get_push_ref_states(const struct ref *remote_refs,
info->status = PUSH_STATUS_FASTFORWARD;
else
info->status = PUSH_STATUS_OUTOFDATE;
// ref->peer_ref = NULL; /* local ref which is freed below */
}
free_refs(local_refs);
free_refs(push_map);
Expand Down

0 comments on commit 8321c56

Please sign in to comment.