Skip to content

Commit 49f6178

Browse files
Empactfanquake
authored andcommitted
Drop unused LOG_TIME_MICROS helper
1 parent 5d49999 commit 49f6178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/logging/timer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ class Timer
9393
} // namespace BCLog
9494

9595

96-
#define LOG_TIME_MICROS(end_msg, ...) \
97-
BCLog::Timer<std::chrono::microseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
9896
#define LOG_TIME_MILLIS(end_msg, ...) \
9997
BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_ARGS__)
10098
#define LOG_TIME_SECONDS(end_msg, ...) \

0 commit comments

Comments
 (0)