Skip to content

Commit 1e6620b

Browse files
authored
Fixes the cache unit tests by removing an undeclared class function, (#8782)
HostStatus::createHostStat(), that was removed with PR #8689.
1 parent 806cc26 commit 1e6620b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

iocore/cache/test/stub.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ HostStatus::getHostStatus(const std::string_view name)
179179
return nullptr;
180180
}
181181

182-
void
183-
HostStatus::createHostStat(const std::string_view name, const char *data)
184-
{
185-
}
186-
187182
HostStatus::HostStatus() {}
188183

189184
HostStatus::~HostStatus() {}

0 commit comments

Comments
 (0)