Remove unused parameter names

This commit is contained in:
Jason Rhinelander 2022-08-30 15:53:40 -03:00
parent dccc86ea62
commit ceed8e3238
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 5 additions and 4 deletions

View File

@ -346,12 +346,13 @@ namespace llarp
{}
void
PeerDb::configure(const RouterConfig& routerConfig)
PeerDb::configure(const RouterConfig&)
{}
bool
PeerDb::shouldFlush(llarp_time_t now)
{}
bool PeerDb::shouldFlush(llarp_time_t)
{
return false;
}
util::StatusObject
PeerDb::ExtractStatus() const