More cleanup
This commit is contained in:
@@ -68,6 +68,8 @@ struct TaskDebugStackFormatter
|
||||
return std::string((long long)in_indent * 2, ' ');
|
||||
}
|
||||
};
|
||||
|
||||
#if SQUID_ENABLE_TASK_DEBUG
|
||||
static std::string FormatDebugString(std::string in_str)
|
||||
{
|
||||
std::replace(in_str.begin(), in_str.end(), '\n', ' ');
|
||||
@@ -75,7 +77,6 @@ static std::string FormatDebugString(std::string in_str)
|
||||
}
|
||||
|
||||
//--- SetDebugName Awaiter ---//
|
||||
#if SQUID_ENABLE_TASK_DEBUG
|
||||
struct SetDebugName
|
||||
{
|
||||
// Sets a Task's debug name field
|
||||
|
||||
Reference in New Issue
Block a user