mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 19:42:50 +02:00
Drop unused LOG_TIME_MICROS helper
This commit is contained in:
@@ -93,8 +93,6 @@ private:
|
||||
} // namespace BCLog
|
||||
|
||||
|
||||
#define LOG_TIME_MICROS(end_msg, ...) \
|
||||
BCLog::Timer<std::chrono::microseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
|
||||
#define LOG_TIME_MILLIS(end_msg, ...) \
|
||||
BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
|
||||
#define LOG_TIME_SECONDS(end_msg, ...) \
|
||||
|
Reference in New Issue
Block a user