Skip to content

Commit 8321c56

Browse files
committed
builtin-remote.c: no "commented out" code, please
And especially do not use // comment. Signed-off-by: Junio C Hamano <[email protected]>
1 parent e5dcbfd commit 8321c56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin-remote.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ static int get_push_ref_states(const struct ref *remote_refs,
333333
info->status = PUSH_STATUS_FASTFORWARD;
334334
else
335335
info->status = PUSH_STATUS_OUTOFDATE;
336-
// ref->peer_ref = NULL; /* local ref which is freed below */
337336
}
338337
free_refs(local_refs);
339338
free_refs(push_map);

0 commit comments

Comments
 (0)