Skip to content

Commit

Permalink
remove duplicate const
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Feb 14, 2022
1 parent 5a666db commit cbc1bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/utils/decomposedfs/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const (
QuotaUnknown = "-2"
QuotaUnlimited = "-3"

NoSpaceID = ""
// TrashIDDelimiter represents the characters used to separate the nodeid and the deletion time.
TrashIDDelimiter = ".T."
NoSpaceID = ""
Expand Down

0 comments on commit cbc1bed

Please sign in to comment.