summaryrefslogtreecommitdiff
path: root/builtin-remote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-08 08:10:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-08 08:10:33 (GMT)
commit8321c56b6bae25a2d70790f452df894be536b32c (patch)
treed72d944dd5b350fc7c1df216ac188bb1ce908fdb /builtin-remote.c
parente5dcbfd9ab7028c464909f26f523b85c1de912a2 (diff)
downloadgit-8321c56b6bae25a2d70790f452df894be536b32c.zip
git-8321c56b6bae25a2d70790f452df894be536b32c.tar.gz
git-8321c56b6bae25a2d70790f452df894be536b32c.tar.bz2
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-remote.c b/builtin-remote.c
index 7e82a52..7b31e55 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);