Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions include/tscore/Ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ template <class T> class Ptr

private:
T *m_ptr;

friend class CoreUtils;
};

template <typename T>
Expand Down
3 changes: 0 additions & 3 deletions proxy/hdrs/HdrHeap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -169,8 +168,6 @@ struct StrHeapDesc {

class HdrHeap
{
friend class CoreUtils;

public:
static constexpr int DEFAULT_SIZE = 2048;

Expand Down
2 changes: 0 additions & 2 deletions proxy/http/HttpSM.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ enum HttpPluginTunnel_t {
HTTP_PLUGIN_AS_INTERCEPT,
};

class CoreUtils;
class PluginVCCore;

class PostDataBuffers
Expand Down Expand Up @@ -202,7 +201,6 @@ class PostDataBuffers
class HttpSM : public Continuation, public PluginUserArgs<TS_USER_ARGS_TXN>
{
friend class HttpPagesHandler;
friend class CoreUtils;

public:
HttpSM();
Expand Down
1 change: 0 additions & 1 deletion proxy/http/HttpTunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ struct HttpTunnelProducer {
class HttpTunnel : public Continuation
{
friend class HttpPagesHandler;
friend class CoreUtils;

/** Data for implementing flow control across a tunnel.

Expand Down