Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
yangliu 2024-11-19 09:11:52 +08:00
parent 18dd07e79b
commit dcc5d7b8d8

View File

@ -362,7 +362,6 @@ void KvStoreDataService::StartService()
// subscribe account event listener to EventNotificationMgr
auto autoLaunch = [this](const std::string &identifier, DistributedDB::AutoLaunchParam &param) -> bool {
StoreMetaData metaData;
bool isFindIdentifier = false;
features_.ForEachCopies([&identifier, &param, &isFindIdentifier](const auto &,
sptr<DistributedData::FeatureStubImpl> &value) {