Skip to content

Commit

Permalink
cleanup(sinsp): remove no longer necessary friend declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Nosek <[email protected]>
  • Loading branch information
gnosek authored and poiana committed Jan 28, 2025
1 parent 7d98d06 commit f0419d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions userspace/libsinsp/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ class sinsp_plugin : public libsinsp::state::sinsp_table_owner {
static ss_plugin_rc table_api_add_table(ss_plugin_owner_t* o, const ss_plugin_table_input* in);

std::shared_ptr<sinsp_thread_pool> m_thread_pool;

friend class libsinsp::state::base_table;
template<typename KeyType>
friend class libsinsp::state::built_in_table;
};

template<typename T>
Expand Down

0 comments on commit f0419d5

Please sign in to comment.