Remove TODO
This commit is contained in:
parent
551268b0f2
commit
5c33c7c4f5
|
@ -71,7 +71,6 @@ std::unordered_map<SpecialKeySpace::MODULE, KeyRange> SpecialKeySpace::moduleToB
|
|||
KeyRangeRef(LiteralStringRef("\xff\xff/actor_lineage/"), LiteralStringRef("\xff\xff/actor_lineage0")) }
|
||||
};
|
||||
|
||||
// TODO: Similar for actor lineage?
|
||||
std::unordered_map<std::string, KeyRange> SpecialKeySpace::managementApiCommandToRange = {
|
||||
{ "exclude",
|
||||
KeyRangeRef(LiteralStringRef("excluded/"), LiteralStringRef("excluded0"))
|
||||
|
|
Loading…
Reference in New Issue