smb: Drop references to uid_map in state.

This isn't ever written to and probably was meant to be removed during
the following commit: 5b5589e167
This commit is contained in:
Arne Welzel 2022-11-23 18:15:25 +01:00
parent b04f378f0f
commit 8698a00f03
3 changed files with 0 additions and 9 deletions

View file

@ -144,8 +144,6 @@ export {
fid_map : table[count] of FileInfo &optional;
## Tree map to retrieve tree information based on the tree ID.
tid_map : table[count] of TreeInfo &optional;
## User map to retrieve user name based on the user ID.
uid_map : table[count] of string &optional;
## Pipe map to retrieve UUID based on the file ID of a pipe.
pipe_map : table[count] of string &optional;