diff options
Diffstat (limited to 'back/cmd/authfs/authfs.go')
| -rw-r--r-- | back/cmd/authfs/authfs.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/back/cmd/authfs/authfs.go b/back/cmd/authfs/authfs.go index e2a8bf9..71e5128 100644 --- a/back/cmd/authfs/authfs.go +++ b/back/cmd/authfs/authfs.go @@ -10,13 +10,6 @@ import ( "git.samanthony.xyz/buth/back/auth" ) -const ( - _ uint64 = iota - rootQidPath - usersQidPath - sessionsQidPath -) - type File interface { Qid() (p9.QID, error) // TODO |