aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/location.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:34:50 +0000
committerGravatar Runxi Yu2026-03-25 14:34:50 +0000
commite4a7aa0742f5070299d37e8421c99d67f0af3f90 (patch)
tree36d89781476a92e61280c5ff232a2773e4092c0e /object/store/packed/location.go
parent*: delta -> packfile/delta (diff)
signatureNo signature
*: object/store -> object/storer v0.1.107
Diffstat (limited to 'object/store/packed/location.go')
-rw-r--r--object/store/packed/location.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/object/store/packed/location.go b/object/store/packed/location.go
deleted file mode 100644
index 82d17c17..00000000
--- a/object/store/packed/location.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package packed
-
-// location identifies one object entry in a specific pack file.
-type location struct {
- packName string
- offset uint64
-}