Remove TODO

This commit is contained in:
Lukas Joswiak 2021-04-15 13:54:49 -07:00
parent 551268b0f2
commit 5c33c7c4f5
1 changed files with 0 additions and 1 deletions

View File

@ -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"))