diff options
author | rpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68> | 2007-10-13 15:21:40 +0000 |
---|---|---|
committer | rpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68> | 2007-10-13 15:21:40 +0000 |
commit | a782ac3f0f9210e52544e064e09adce7503d8741 (patch) | |
tree | 5f760e5c8a80c6e85ac847c7755eb7448b4166e5 /threadproc/os2 | |
parent | 4f00d2b6b1cbe5d34f5d693890a1f87f55f0f348 (diff) | |
download | libapr-a782ac3f0f9210e52544e064e09adce7503d8741.tar.gz |
* Remove unnecessary assignment of pool attribute.
Submitted by: Lucian Adrian Grijincu <lucian.grijincu gmail.com>
Reviewed by: rpluem
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@584411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2')
-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; |