chore: cleanup unused constants

We have some leftover constants from some previous changes. This
just cleans up all that are no longer needed.
This commit is contained in:
Ben McClelland
2025-10-09 12:19:00 -07:00
parent 874165cdcf
commit 40da4a31d3
5 changed files with 4 additions and 8 deletions

View File

@@ -94,9 +94,7 @@ const (
const (
// ScoutFS special xattr types
systemPrefix = "scoutfs.hide."
onameAttr = systemPrefix + "objname"
flagskey = systemPrefix + "sam_flags"
stagecopykey = systemPrefix + "sam_stagereq"
)
const (