diff options
Diffstat (limited to 'object-store.c')
| -rw-r--r-- | object-store.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/object-store.c b/object-store.c index b8f6955ea7..216c61dcf2 100644 --- a/object-store.c +++ b/object-store.c @@ -646,8 +646,6 @@ static int do_oid_object_info_extended(struct repository *r, *(oi->disk_sizep) = 0; if (oi->delta_base_oid) oidclr(oi->delta_base_oid, the_repository->hash_algo); - if (oi->type_name) - strbuf_addstr(oi->type_name, type_name(co->type)); if (oi->contentp) *oi->contentp = xmemdupz(co->buf, co->size); oi->whence = OI_CACHED; |
