mirror of
https://github.com/openharmony/distributedschedule_samgr.git
synced 2026-07-20 22:47:20 -04:00
remove unused code
Signed-off-by: zuojiangjiang <zuojiangjiang@huawei.com>
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user