Remove finished todo comment

This commit is contained in:
Meng Xu 2020-05-01 09:22:28 -07:00
parent b506ff3af9
commit df63e43f79
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ ACTOR Future<Void> sendMutationsToApplier(VersionedMutationsMap* pkvOps, int bat
.detail("Version", commitVersion.toString())
.detail("Mutation", kvm.toString());
}
// TODO: shallow copy may be fine here because kvm has longer life time
applierVersionedMutationsBuffer[applierID].push_back(applierVersionedMutationsBuffer[applierID].arena(),
VersionedMutation(kvm, commitVersion));
msgSize += kvm.expectedSize();