aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2023-06-23 18:00:39 -0300
committerbrunoerg <brunoely.gc@gmail.com>2023-06-23 18:03:06 -0300
commit9f0d129565f1f752e771670f2df93e94f6c4d880 (patch)
treef056360ab0459c1d6ad5a7a682abc53470badb07 /src/net.h
parent6a473373d4953cabbb219eae8b709150a45796e6 (diff)
net: remove unused `CConnmanTest`
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 83fe0427d4..811007ebee 100644
--- a/src/net.h
+++ b/src/net.h
@@ -1219,7 +1219,6 @@ private:
std::vector<CNode*> m_nodes_copy;
};
- friend struct CConnmanTest;
friend struct ConnmanTestMsg;
};