From 8340b26fc4815ac3f71372abeaaa8e201408fb54 Mon Sep 17 00:00:00 2001 From: chenchong_666 Date: Sun, 28 Apr 2024 15:43:33 +0800 Subject: [PATCH] feat:Decoupling softbus clients Signed-off-by: chenchong_666 --- ipc/native/src/core/include/dbinder_softbus_client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ipc/native/src/core/include/dbinder_softbus_client.h b/ipc/native/src/core/include/dbinder_softbus_client.h index d7bc75c3..f7e81be9 100644 --- a/ipc/native/src/core/include/dbinder_softbus_client.h +++ b/ipc/native/src/core/include/dbinder_softbus_client.h @@ -75,7 +75,6 @@ private: std::atomic exitFlag_ = false; bool isLoaded_ = false; void *soHandle_ = nullptr; - }; } // namespace OHOS #endif // OHOS_IPC_DBINDER_SOFTBUS_CLIENT_H \ No newline at end of file