diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-08 00:10:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-08 00:10:33 -0800 |
commit | 8321c56b6bae25a2d70790f452df894be536b32c (patch) | |
tree | d72d944dd5b350fc7c1df216ac188bb1ce908fdb /builtin-remote.c | |
parent | e5dcbfd9ab7028c464909f26f523b85c1de912a2 (diff) | |
download | git-8321c56b6bae25a2d70790f452df894be536b32c.tar.gz |
builtin-remote.c: no "commented out" code, please
And especially do not use // comment.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-remote.c')
-rw-r--r-- | builtin-remote.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |