From 8321c56b6bae25a2d70790f452df894be536b32c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 8 Mar 2009 00:10:33 -0800 Subject: builtin-remote.c: no "commented out" code, please And especially do not use // comment. Signed-off-by: Junio C Hamano --- builtin-remote.c | 1 - 1 file changed, 1 deletion(-) (limited to 'builtin-remote.c') diff --git a/builtin-remote.c b/builtin-remote.c index 7e82a52b7..7b31e554e 100644 --- a/builtin-remote.c +++ b/builtin-remote.c @@ -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); -- cgit v1.2.1