Skip to content

Commit 0e20923

Browse files
committed
Remove unneccessary check
1 parent 089780d commit 0e20923

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

clayer/pysertype.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,9 +1856,6 @@ ddspy_read_topic(PyObject *self, PyObject *args)
18561856

18571857
for(uint32_t i = 0; i < ((uint32_t)sts > Nu32 ? Nu32 : (uint32_t)sts); ++i) {
18581858
PyObject *type_id_bytes = NULL;
1859-
if (rcontainer[i] == NULL) {
1860-
continue;
1861-
}
18621859

18631860
#ifdef DDS_HAS_TYPE_DISCOVERY
18641861
dds_ostream_t type_obj_stream;

0 commit comments

Comments
 (0)