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

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ddb0fa8fb Cleanup: Remove unused members of CacheHostRecord (#10689)
7ddb0fa8fb is described below

commit 7ddb0fa8fb2bacdec06c2ccac52c84f35f7ce74d
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Tue Oct 31 07:17:26 2023 +0900

    Cleanup: Remove unused members of CacheHostRecord (#10689)
---
 src/iocore/cache/P_CacheHosting.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/iocore/cache/P_CacheHosting.h 
b/src/iocore/cache/P_CacheHosting.h
index bd899efac7..456c44dac3 100644
--- a/src/iocore/cache/P_CacheHosting.h
+++ b/src/iocore/cache/P_CacheHosting.h
@@ -52,9 +52,7 @@ struct CacheHostRecord {
 
   CacheType type                 = CACHE_NONE_TYPE;
   Vol **vols                     = nullptr;
-  int good_num_vols              = 0;
   int num_vols                   = 0;
-  int num_initialized            = 0;
   unsigned short *vol_hash_table = nullptr;
   CacheVol **cp                  = nullptr;
   int num_cachevols              = 0;

Reply via email to