feat:Decoupling softbus clients

Signed-off-by: chenchong_666 <chenchong57@huawei.com>
This commit is contained in:
chenchong_666 2024-04-28 15:43:33 +08:00
parent e4c8765de4
commit 8340b26fc4

View File

@ -75,7 +75,6 @@ private:
std::atomic<bool> exitFlag_ = false;
bool isLoaded_ = false;
void *soHandle_ = nullptr;
};
} // namespace OHOS
#endif // OHOS_IPC_DBINDER_SOFTBUS_CLIENT_H