find_first_merges(): remove unnecessary code
commit5de0c0155c824803a7ee39326b09eeb93e9ec899
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 25 May 2013 09:08:13 +0000 (25 11:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2013 16:25:01 +0000 (28 09:25 -0700)
tree3e8afe653ee12a443cb831a6b9eda8714c2a14f6
parent3826902d25febf61274925d6f12cc7471ba3c38f
find_first_merges(): remove unnecessary code

No names are ever set for the object_array_entries in merges, so there
is no need to pretend to copy them to the result array.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c