Dropped trv.u.gtrv graft traversal state

Not sure how this got overlooked. Now that graft traversals are
implemented directly in lfs3_alloc, there's no reason to store this
state globally.

Fortunately this was in a union, so it didn't actually show up in our
ctx measurements.

No code changes.
This commit is contained in:
Christopher Haster
2025-07-18 18:22:46 -05:00
parent 2586fe68a2
commit d410d4dfad
-2
View File
@@ -780,8 +780,6 @@ typedef struct lfs3_trv {
} mtortoise;
// btree traversal state
lfs3_btrv_t btrv;
// graft traversal state
lfs3_size_t gtrv;
} u;
// recalculate gcksum when traversing with ckmeta