remove unused code

Signed-off-by: zuojiangjiang <zuojiangjiang@huawei.com>
This commit is contained in:
zuojiangjiang 2022-05-18 09:25:07 +08:00
parent 8e425a9657
commit 57ace46f45
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.");