[#1094] shard: remove TODO for shard mode description

It was added back in 2fb379b7 when we had many shard modes. Now we have
only two and comments for constants are rather descriptive.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-19 15:20:14 +03:00 committed by Alex Vanin
parent ed7c732676
commit 418b553920

View file

@ -13,8 +13,6 @@ type Mode uint32
// that changes shard's memory due to the "read-only" shard's mode.
var ErrReadOnlyMode = errors.New("shard is in read-only mode")
// TODO: more detailed description of shard modes.
const (
// ModeReadWrite is a Mode value for shard that is available
// for read and write operations. Default shard mode.