You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jr...@apache.org on 2022/04/11 23:21:49 UTC

[trafficserver] branch 10-Dev updated: Fixes the cache unit tests by removing an undeclared class function, (#8782)

This is an automated email from the ASF dual-hosted git repository.

jrushford pushed a commit to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/10-Dev by this push:
     new 1e6620bf2 Fixes the cache unit tests by removing an undeclared class function, (#8782)
1e6620bf2 is described below

commit 1e6620bf27bed69c4c369f0a5ca0ddd2dbfa8e44
Author: John J. Rushford <jr...@apache.org>
AuthorDate: Mon Apr 11 17:21:43 2022 -0600

    Fixes the cache unit tests by removing an undeclared class function, (#8782)
    
    HostStatus::createHostStat(), that was removed with PR #8689.
---
 iocore/cache/test/stub.cc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/iocore/cache/test/stub.cc b/iocore/cache/test/stub.cc
index b247da1bb..78ffe2f75 100644
--- a/iocore/cache/test/stub.cc
+++ b/iocore/cache/test/stub.cc
@@ -179,11 +179,6 @@ HostStatus::getHostStatus(const std::string_view name)
   return nullptr;
 }
 
-void
-HostStatus::createHostStat(const std::string_view name, const char *data)
-{
-}
-
 HostStatus::HostStatus() {}
 
 HostStatus::~HostStatus() {}