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
5 changes: 0 additions & 5 deletions src/iocore/net/P_Net.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,4 @@ extern NetStatsBlock net_rsb;

static constexpr ts::ModuleVersion NET_SYSTEM_MODULE_INTERNAL_VERSION(NET_SYSTEM_MODULE_PUBLIC_VERSION, ts::ModuleVersion::PRIVATE);

// For very verbose iocore debugging.
#ifndef DEBUG
#define NetDbg(dbg_ctl, fmt, ...)
#else
#define NetDbg(dbg_ctl, fmt, ...) Dbg(dbg_ctl, fmt, ##__VA_ARGS__)
#endif
4 changes: 0 additions & 4 deletions src/iocore/net/PollCont.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@

namespace
{
#ifdef DEBUG

DbgCtl dbg_ctl_iocore_net_poll{"iocore_net_poll"};
DbgCtl dbg_ctl_v_iocore_net_poll{"v_iocore_net_poll"};

#endif
} // end anonymous namespace

PollCont::PollCont(Ptr<ProxyMutex> &m, int pt)
Expand Down