net: remove unused CConnmanTest

This commit is contained in:
brunoerg 2023-06-23 18:00:39 -03:00
parent 6a473373d4
commit 9f0d129565

View file

@ -1219,7 +1219,6 @@ private:
std::vector<CNode*> m_nodes_copy; std::vector<CNode*> m_nodes_copy;
}; };
friend struct CConnmanTest;
friend struct ConnmanTestMsg; friend struct ConnmanTestMsg;
}; };