Skip to content

Commit ad5b647

Browse files
committed
Remove redundant assignment
We set the container type in the calling method
1 parent 9004f82 commit ad5b647

File tree

1 file changed

+0
-1
lines changed
  • userspace/libsinsp/container_engine

1 file changed

+0
-1
lines changed

userspace/libsinsp/container_engine/cri.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ bool parse_cri(sinsp_container_manager *manager, sinsp_container_info *container
9999

100100
const auto &resp_container = resp.status();
101101
container->m_name = resp_container.metadata().name();
102-
container->m_type = s_cri_runtime_type;
103102

104103
for(const auto &pair : resp_container.labels())
105104
{

0 commit comments

Comments
 (0)