diff options
Diffstat (limited to 'threadproc/os2/thread.c')
-rw-r--r-- | threadproc/os2/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/threadproc/os2/thread.c b/threadproc/os2/thread.c index c1c35219d..00ec4eb5c 100644 --- a/threadproc/os2/thread.c +++ b/threadproc/os2/thread.c @@ -88,7 +88,6 @@ APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t return APR_ENOMEM; } - thread->pool = pool; thread->attr = attr; thread->func = func; thread->data = data; |