void mark_tree_uninteresting(struct tree *tree) { struct object *obj = &tree->object; if (!tree) return; .... }