update intention/services/device_manager/src/monitor.cpp.

Signed-off-by: 李少雄 <lishaoxiong10@huawei.com>
This commit is contained in:
李少雄 2024-11-20 08:48:10 +00:00 committed by Gitee
parent 15aeb9737c
commit 30cb76797d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -145,7 +145,6 @@ void Monitor::ReceiveDevice()
void Monitor::HandleInotifyEvent(struct inotify_event *event) const
{
CALL_DEBUG_ENTER;
CHKPV(event);
if (Utility::IsEmpty(event->name)) {
return;
}