From 51c51c16bf4839940124695fbee65c152f6d29c5 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 14 Mar 2026 16:14:15 -0400 Subject: authfs: implement Qid() for Session and SessionsDir --- back/cmd/authfs/authfs.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'back/cmd/authfs/authfs.go') 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 -- cgit v1.2.3