Skip to content

Commit d8e99af

Browse files
committed
Remove code never be excuted
1 parent a439f41 commit d8e99af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/bridge-app/linux/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const E
287287
gCurrentEndpointId = gFirstDynamicEndpointId;
288288
}
289289
}
290-
// Clear gDevices[index] as all retries are exhausted
291-
gDevices[index] = nullptr;
292290
}
293291
index++;
294292
}

0 commit comments

Comments
 (0)