Skip to content

Commit cbc1bed

Browse files
committed
remove duplicate const
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
1 parent 5a666db commit cbc1bed

File tree

1 file changed

+0
-1
lines changed
  • pkg/storage/utils/decomposedfs/node

1 file changed

+0
-1
lines changed

pkg/storage/utils/decomposedfs/node/node.go

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const (
6262
QuotaUnknown = "-2"
6363
QuotaUnlimited = "-3"
6464

65-
NoSpaceID = ""
6665
// TrashIDDelimiter represents the characters used to separate the nodeid and the deletion time.
6766
TrashIDDelimiter = ".T."
6867
NoSpaceID = ""

0 commit comments

Comments
 (0)