diff options
author | brunoerg <brunoely.gc@gmail.com> | 2023-06-23 18:00:39 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2023-06-23 18:03:06 -0300 |
commit | 9f0d129565f1f752e771670f2df93e94f6c4d880 (patch) | |
tree | f056360ab0459c1d6ad5a7a682abc53470badb07 /src/net.h | |
parent | 6a473373d4953cabbb219eae8b709150a45796e6 (diff) |
net: remove unused `CConnmanTest`
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1219,7 +1219,6 @@ private: std::vector<CNode*> m_nodes_copy; }; - friend struct CConnmanTest; friend struct ConnmanTestMsg; }; |