aboutsummaryrefslogtreecommitdiff
path: root/delta_write_select.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-20 12:41:23 +0800
committerGravatar Runxi Yu2026-02-20 12:57:31 +0800
commit43e244474fc5c77723f2d75382a1a730738dd364 (patch)
tree1420f70a8ccd471c7369d175f8ffb12ae4831562 /delta_write_select.go
parentRevert "test: Make gitCmd accept an stdin []byte" (diff)
signatureNo signature
Revert "packed, delta: Implement thin packs"
This reverts commit 8e320c9ca634e6b2431f9442b7d5191864735ae4.
Diffstat (limited to 'delta_write_select.go')
-rw-r--r--delta_write_select.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/delta_write_select.go b/delta_write_select.go
index 2911867d..9113b80f 100644
--- a/delta_write_select.go
+++ b/delta_write_select.go
@@ -8,7 +8,6 @@ type objectToPack struct {
body []byte
offset uint64
deltaDepth int
- inPack bool
}
type deltaContext struct {