mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
Drop unused LOG_TIME_MICROS helper
This commit is contained in:
parent
5d4999951e
commit
49f6178c3e
@ -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, ...) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user