From bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 25 Mar 2026 14:30:31 +0000 Subject: *: objectstore -> object/store --- objectstore/packed/delta_chain.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 objectstore/packed/delta_chain.go (limited to 'objectstore/packed/delta_chain.go') diff --git a/objectstore/packed/delta_chain.go b/objectstore/packed/delta_chain.go deleted file mode 100644 index 372e89cd..00000000 --- a/objectstore/packed/delta_chain.go +++ /dev/null @@ -1,13 +0,0 @@ -package packed - -import objecttype "codeberg.org/lindenii/furgit/object/type" - -// deltaChain describes how to reconstruct one requested object. -type deltaChain struct { - // baseLoc points to the innermost base object. - baseLoc location - // baseType is the canonical object type resolved from baseLoc. - baseType objecttype.Type - // deltas contains delta objects from target down toward base. - deltas []deltaNode -} -- cgit v1.3.1-10-gc9f91