aboutsummaryrefslogtreecommitdiff
path: root/refstore/reftable/path.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-04 13:59:28 +0800
committerGravatar Runxi Yu2026-03-04 14:07:45 +0800
commit95d8ceb9b612c776b3f6dce3c7a2236c17bd5313 (patch)
tree584f99f27ea0d33cc358cdcb13246d7e156c3311 /refstore/reftable/path.go
parentobjectstore/packed: Split (diff)
signatureNo signature
refstore/reftable: Delete reftable support for now
Diffstat (limited to 'refstore/reftable/path.go')
-rw-r--r--refstore/reftable/path.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/refstore/reftable/path.go b/refstore/reftable/path.go
deleted file mode 100644
index 3bdaf5cd..00000000
--- a/refstore/reftable/path.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package reftable
-
-import "path"
-
-// pathMatch applies path.Match to full ref names.
-func pathMatch(pattern, name string) (bool, error) {
- return path.Match(pattern, name)
-}