This is an automated email from the ASF dual-hosted git repository.
maskit 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 0af85b0 Remove reference to CoreUtils (#7557)
0af85b0 is described below
commit 0af85b0a8f64327eecf9e564e6b4b63fa68a6e04
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Mon Mar 1 11:00:48 2021 +0900
Remove reference to CoreUtils (#7557)
---
include/tscore/Ptr.h | 2 --
proxy/hdrs/HdrHeap.h | 3 ---
proxy/http/HttpSM.h | 2 --
proxy/http/HttpTunnel.h | 1 -
4 files changed, 8 deletions(-)
diff --git a/include/tscore/Ptr.h b/include/tscore/Ptr.h
index 3e93477..f61bce9 100644
--- a/include/tscore/Ptr.h
+++ b/include/tscore/Ptr.h
@@ -179,8 +179,6 @@ public:
private:
T *m_ptr;
-
- friend class CoreUtils;
};
template <typename T>
diff --git a/proxy/hdrs/HdrHeap.h b/proxy/hdrs/HdrHeap.h
index c91b3d2..2be136c 100644
--- a/proxy/hdrs/HdrHeap.h
+++ b/proxy/hdrs/HdrHeap.h
@@ -50,7 +50,6 @@ using HdrHeapMarshalBlocks =
ts::Scalar<HDR_PTR_SIZE>;
// to fix the unrolled operations
static constexpr unsigned HDR_BUF_RONLY_HEAPS = 3;
-class CoreUtils;
class IOBufferBlock;
enum {
@@ -169,8 +168,6 @@ struct StrHeapDesc {
class HdrHeap
{
- friend class CoreUtils;
-
public:
static constexpr int DEFAULT_SIZE = 2048;
diff --git a/proxy/http/HttpSM.h b/proxy/http/HttpSM.h
index da35e36..8a82ebb 100644
--- a/proxy/http/HttpSM.h
+++ b/proxy/http/HttpSM.h
@@ -164,7 +164,6 @@ enum HttpPluginTunnel_t {
HTTP_PLUGIN_AS_INTERCEPT,
};
-class CoreUtils;
class PluginVCCore;
class PostDataBuffers
@@ -202,7 +201,6 @@ public:
class HttpSM : public Continuation, public PluginUserArgs<TS_USER_ARGS_TXN>
{
friend class HttpPagesHandler;
- friend class CoreUtils;
public:
HttpSM();
diff --git a/proxy/http/HttpTunnel.h b/proxy/http/HttpTunnel.h
index c6aa9fc..ab00edd 100644
--- a/proxy/http/HttpTunnel.h
+++ b/proxy/http/HttpTunnel.h
@@ -248,7 +248,6 @@ struct HttpTunnelProducer {
class HttpTunnel : public Continuation
{
friend class HttpPagesHandler;
- friend class CoreUtils;
/** Data for implementing flow control across a tunnel.