update interfaces/innerkits/ipc_core/include/ipc_object_proxy.h.

Signed-off-by: yanghang <yanghang86@huawei.com>
This commit is contained in:
yanghang 2024-08-21 09:57:27 +00:00 committed by Gitee
parent 9701b72874
commit c8c8ac405e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -350,7 +350,6 @@ private:
private:
std::mutex initMutex_;
std::recursive_mutex mutex_;
std::mutex descMutex_;
std::vector<sptr<DeathRecipient>> recipients_;
const uint32_t handle_;