Remove unused member in struct object_context
commit6f13fd0ec67c8a6c7cc93a4d18fd98f3429e8413
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:31 +0000 (2 00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:49 +0000 (2 13:59 +0900)
tree47f50af5db090ddf2095889c0b5c6eb153b9991a
parent910710bb95f2678cdc8b6400fbb0a40c279c3e7f
Remove unused member in struct object_context

The tree member of struct object_context is unused except in one place
where we write to it.  Since there are no users of this member, remove
it.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
sha1_name.c