Drop unused LOG_TIME_MICROS helper

This commit is contained in:
Ben Woosley
2020-02-07 16:24:51 +00:00
committed by fanquake
parent 5d4999951e
commit 49f6178c3e

View File

@@ -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, ...) \