Clean-up: common: error_log_time doesn't need to be global
[lttng-tools.git] / src / common / error.hpp
index 885902bb9d19f7be22779f5c58f76f6302f7f2c7..7ce643411c8fd7567fd53e0dab26a1c87866b6c8 100644 (file)
@@ -46,7 +46,6 @@ struct log_time {
        /* Format: 00:00:00.000000000 plus NULL byte. */
        char str[19];
 };
-extern LTTNG_EXPORT DECLARE_URCU_TLS(struct log_time, error_log_time);
 extern DECLARE_URCU_TLS(const char *, logger_thread_name);
 
 extern int lttng_opt_quiet;
This page took 0.023917 seconds and 4 git commands to generate.