Skip to content

complete removal of !PTHREADS code from DLZ modules

Evan Hunt requested to merge each-dlz-pthreads into main

DLZ modules no longer support being built without threads, so the "#if PTHREADS" conditionals were no longer necessary, and were also causing errors in some of the modules due to PTHREADS no longer being defined in dlz_pthread.h.

See #3111 (closed)

Edited by Michał Kępień

Merge request reports