!225 分布式数据管理服务废弃代码删除

Merge pull request !225 from zuojiangjiang/master
This commit is contained in:
openharmony_ci 2022-05-19 02:21:40 +00:00 committed by Gitee
commit 9089278d9a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 0 additions and 8 deletions

View File

@ -26,9 +26,6 @@ public:
DistributedDataChangeListener() = default;
~DistributedDataChangeListener() override = default;
void OnChange(const DistributedKv::ChangeNotification &changeNotification,
std::shared_ptr<DistributedKv::KvStoreSnapshot> snapshot) override;
void OnChange(const DistributedKv::ChangeNotification &changeNotification) override;
};
} // DistributedSchedule

View File

@ -56,11 +56,6 @@ struct KeyInfo {
};
}
void DistributedDataChangeListener::OnChange(const ChangeNotification &changeNotification,
shared_ptr<KvStoreSnapshot> snapshot)
{
}
void DistributedDataChangeListener::OnChange(const ChangeNotification &changeNotification)
{
HILOGD("called.");