aboutsummaryrefslogtreecommitdiff
path: root/refstore/reftable/path.go
diff options
context:
space:
mode:
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)
-}