Skip to content

log4tango/Portability.h: Remove dead code

Thomas Braun requested to merge log4tango-remove-dead-code into main

The define introduced in a3a9e546 (log4tango: Reimplement threading utilities with standard C++11 features, 2020-08-28) should have been named LOG4TANGO_HAVE_THREADING and not LOG4TANGO_USE_THREADING.

But we already abolished LOG4TANGO_HAVE_THREADING in 8b6eec9d (log4tango: Make threading support a requirement, 2020-10-18) and nobody complained that the code inside LOG4TANGO_USE_THREADING is never used.

So let's removed it.

Merge request reports