You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/10/18 08:05:25 UTC

[GitHub] [trafficserver] masaori335 opened a new pull request, #9153: Cleanup: Remove dead code (CacheLink)

masaori335 opened a new pull request, #9153:
URL: https://github.com/apache/trafficserver/pull/9153

   It looks like below functions are dead code.
   ```
   CacheVC::linkWrite(int event, Event *e);
   CacheVC::derefRead(int event, Event *e);
   Cache::link(Continuation *cont, const CacheKey *from, const CacheKey *to, CacheFragType type, const char *hostname, int host_len);
   Cache::deref(Continuation *cont, const CacheKey *key, CacheFragType type, const char *hostname, int host_len);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] masaori335 merged pull request #9153: Cleanup: Remove dead code (CacheLink)

Posted by GitBox <gi...@apache.org>.
masaori335 merged PR #9153:
URL: https://github.com/apache/trafficserver/pull/9153


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org