diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-18 17:04:52 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-18 17:04:52 +0000 |
commit | d9efad53d0ea51262bd8dc418c9c916a2c338026 (patch) | |
tree | d1cc44b8c8d2b7a763c0a03178586396f03db374 /common/compat.h | |
parent | 6a266925a8d2ee43759fb00dd2e96fa81eebc1d6 (diff) |
Removing old TODOS and debugging fixes
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 |