summaryrefslogtreecommitdiff
path: root/threadproc/unix/thread.c
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2007-10-13 15:21:40 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2007-10-13 15:21:40 +0000
commita782ac3f0f9210e52544e064e09adce7503d8741 (patch)
tree5f760e5c8a80c6e85ac847c7755eb7448b4166e5 /threadproc/unix/thread.c
parent4f00d2b6b1cbe5d34f5d693890a1f87f55f0f348 (diff)
downloadlibapr-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/unix/thread.c')
-rw-r--r--threadproc/unix/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/threadproc/unix/thread.c b/threadproc/unix/thread.c
index f62856d0e..0d5c3e2af 100644
--- a/threadproc/unix/thread.c
+++ b/threadproc/unix/thread.c
@@ -163,7 +163,6 @@ APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new,
return APR_ENOMEM;
}
- (*new)->pool = pool;
(*new)->data = data;
(*new)->func = func;