[child-supervision] remove unused method declarations (#10394)

This commit is contained in:
Zhanglong Xia
2024-06-17 11:09:22 -07:00
committed by GitHub
parent 1837b64c21
commit 0fac5dcf0b
-12
View File
@@ -102,18 +102,6 @@ public:
*/
explicit ChildSupervisor(Instance &aInstance);
/**
* Starts the child supervision process on parent.
*
*/
void Start(void);
/**
* Stops the child supervision process on parent.
*
*/
void Stop(void);
/**
* Returns the destination for a supervision message.
*