Skip to content

Commit

Permalink
[host] remove unused methods in RcpHost
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl committed Jan 22, 2025
1 parent e6c1af6 commit f65c23f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/host/rcp_host.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,6 @@ class RcpHost : public MainloopProcessor, public ThreadHost, public OtNetworkPro
}
void HandleStateChanged(otChangedFlags aFlags);

static void HandleBackboneRouterDomainPrefixEvent(void *aContext,
otBackboneRouterDomainPrefixEvent aEvent,
const otIp6Prefix *aDomainPrefix);
void HandleBackboneRouterDomainPrefixEvent(otBackboneRouterDomainPrefixEvent aEvent,
const otIp6Prefix *aDomainPrefix);

#if OTBR_ENABLE_DUA_ROUTING
static void HandleBackboneRouterNdProxyEvent(void *aContext,
otBackboneRouterNdProxyEvent aEvent,
const otIp6Address *aAddress);
void HandleBackboneRouterNdProxyEvent(otBackboneRouterNdProxyEvent aEvent, const otIp6Address *aAddress);
#endif

using DetachGracefullyCallback = std::function<void()>;
void ThreadDetachGracefully(const DetachGracefullyCallback &aCallback);
static void ThreadDetachGracefullyCallback(void *aContext);
Expand Down

0 comments on commit f65c23f

Please sign in to comment.