Browse Source

Merge branch 'jc/nobody-sets-src-peer-ref'

Dead code removal.

* jc/nobody-sets-src-peer-ref:
  match_push_refs(): nobody sets src->peer_ref anymore
maint
Junio C Hamano 12 years ago
parent
commit
6d37c162bb
  1. 3
      remote.c

3
remote.c

@ -1322,9 +1322,6 @@ int match_push_refs(struct ref *src, struct ref **dst,
const struct refspec *pat = NULL; const struct refspec *pat = NULL;
char *dst_name; char *dst_name;


if (ref->peer_ref)
continue;

dst_name = get_ref_match(rs, nr_refspec, ref, send_mirror, FROM_SRC, &pat); dst_name = get_ref_match(rs, nr_refspec, ref, send_mirror, FROM_SRC, &pat);
if (!dst_name) if (!dst_name)
continue; continue;

Loading…
Cancel
Save