mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-18 21:41:51 +00:00
remove unused code
Signed-off-by: zuojiangjiang <zuojiangjiang@huawei.com>
This commit is contained in:
parent
8e425a9657
commit
57ace46f45
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user