Skip to content

Commit

Permalink
chore(userspace/libsinsp)!: remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed Feb 21, 2024
1 parent 04e8387 commit e6133f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions userspace/libsinsp/container.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,6 @@ class sinsp_container_manager :
return engine_lookup == container_lookups->second.end();
}

/**
* \brief get the list of container engines in the inspector
*
* @return a pointer to the list of container engines
*/
std::list<std::shared_ptr<libsinsp::container_engine::container_engine_base>>* get_container_engines() {
return &m_container_engines;
}
uint64_t m_last_flush_time_ns;
std::string container_to_json(const sinsp_container_info& container_info);

Expand Down

0 comments on commit e6133f2

Please sign in to comment.