aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/root_kind.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/files/root_kind.go')
-rw-r--r--refstore/files/root_kind.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/refstore/files/root_kind.go b/refstore/files/root_kind.go
deleted file mode 100644
index d0ae8cf1..00000000
--- a/refstore/files/root_kind.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package files
-
-type rootKind uint8
-
-const (
- rootGit rootKind = iota
- rootCommon
-)