From: Junio C Hamano Date: Sun, 8 Mar 2009 08:10:33 +0000 (-0800) Subject: builtin-remote.c: no "commented out" code, please X-Git-Tag: v1.6.3-rc0~145^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8321c56b6bae25a2d70790f452df894be536b32c?ds=inline builtin-remote.c: no "commented out" code, please And especially do not use // comment. Signed-off-by: Junio C Hamano --- diff --git a/builtin-remote.c b/builtin-remote.c index 7e82a52b7d..7b31e554e9 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);