commit d7e3943a281746600827d253f5533828cb69bcf7 parent 2f684278221f6368e13b20c2a3a3c992885ae991 Author: Matsuda Kenji <info@mtkn.jp> Date: Mon, 25 Sep 2023 16:25:03 +0900 delete session Diffstat:
| M | fid.go | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/fid.go b/fid.go @@ -25,7 +25,6 @@ type Fid struct { Uid string dirOffset uint64 dirIndex int - session *session } const NOFID = ^uint32(0)