diff options
Diffstat (limited to 'objectstore/packed/location.go')
| -rw-r--r-- | objectstore/packed/location.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/objectstore/packed/location.go b/objectstore/packed/location.go deleted file mode 100644 index 82d17c17..00000000 --- a/objectstore/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 -} |
