From 7989c7859efc23968b49d1b8bb74d9508979a18f Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Sun, 15 Dec 2024 08:19:39 +0100 Subject: [PATCH] cleanup(sinsp): remove no longer necessary friend declarations Signed-off-by: Grzegorz Nosek --- userspace/libsinsp/plugin.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/userspace/libsinsp/plugin.h b/userspace/libsinsp/plugin.h index b4f4a672ce..3854287cc1 100644 --- a/userspace/libsinsp/plugin.h +++ b/userspace/libsinsp/plugin.h @@ -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 m_thread_pool; - - friend class libsinsp::state::base_table; - template - friend class libsinsp::state::built_in_table; }; template