diff options
Diffstat (limited to 'common/compat.h')
-rw-r--r-- | common/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/compat.h b/common/compat.h index c292652..ce50e54 100644 --- a/common/compat.h +++ b/common/compat.h @@ -28,7 +28,6 @@ void* reallocf(void* p, size_t sz); #include <pthread.h> -/* TODO: Move this logic to configure */ #if HAVE_ERR_MUTEX == 1 # define HA_MUTEX_TYPE PTHREAD_MUTEX_ERRORCHECK_NP #else |