From e143ef4f6b08e0f948180f28ad3ba77c9a2e0a61 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 20 Apr 2014 13:59:30 -0500 Subject: [PATCH] transport-helper: remove unnecessary strbuf resets Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- transport-helper.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index 36fbf9349e..a90094d4a3 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -876,8 +876,6 @@ static int push_refs_with_export(struct transport *transport, write_constant(helper->in, "export\n"); - strbuf_reset(&buf); - for (ref = remote_refs; ref; ref = ref->next) { char *private; unsigned char sha1[20]; @@ -892,8 +890,6 @@ static int push_refs_with_export(struct transport *transport, if (ref->peer_ref) { if (strcmp(ref->name, ref->peer_ref->name)) { - struct strbuf buf = STRBUF_INIT; - if (!ref->deletion) { const char *name; int flag; -- 2.11.4.GIT