mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
Drop unused LOG_TIME_MICROS helper
This commit is contained in:
parent
5d4999951e
commit
49f6178c3e
1 changed files with 0 additions and 2 deletions
|
@ -93,8 +93,6 @@ private:
|
||||||
} // namespace BCLog
|
} // 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, ...) \
|
#define LOG_TIME_MILLIS(end_msg, ...) \
|
||||||
BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
|
BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
|
||||||
#define LOG_TIME_SECONDS(end_msg, ...) \
|
#define LOG_TIME_SECONDS(end_msg, ...) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue