Logger: use ClockService::now() as timeBase if empty timeFormat is given for a target
[senf.git] / senf / Scheduler / FIFORunner.hh
index 2820442..2bd919d 100644 (file)
@@ -79,9 +79,7 @@ namespace detail {
 
             bool runnable_;
             Priority priority_;
-#       ifdef SENF_DEBUG
-            std::string backtrace_;
-#       endif
+            std::string backtrace_; // only used if SENF_BACKTRACE is defined.
 
             friend class FIFORunner;
         };