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 0be7b7f0e8
commit afe437d46a
2 changed files with 0 additions and 8 deletions
@@ -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
@@ -56,11 +56,6 @@ struct KeyInfo {
};
}
void DistributedDataChangeListener::OnChange(const ChangeNotification &changeNotification,
shared_ptr<KvStoreSnapshot> snapshot)
{
}
void DistributedDataChangeListener::OnChange(const ChangeNotification &changeNotification)
{
HILOGD("called.");