mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
logging: remove unused BCLog::UTIL
Suggested by: David Gumberg (https://github.com/bitcoin/bitcoin/pull/29415#discussion_r1485310634)
This commit is contained in:
@@ -171,7 +171,6 @@ static const std::map<std::string, BCLog::LogFlags> LOG_CATEGORIES_BY_STR{
|
||||
#ifdef DEBUG_LOCKCONTENTION
|
||||
{"lock", BCLog::LOCK},
|
||||
#endif
|
||||
{"util", BCLog::UTIL},
|
||||
{"blockstorage", BCLog::BLOCKSTORAGE},
|
||||
{"txreconciliation", BCLog::TXRECONCILIATION},
|
||||
{"scan", BCLog::SCAN},
|
||||
|
||||
Reference in New Issue
Block a user