summaryrefslogtreecommitdiff
path: root/threadproc/netware/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/netware/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/netware/thread.c')
-rw-r--r--threadproc/netware/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/threadproc/netware/thread.c b/threadproc/netware/thread.c
index dcf4993db..4b5d930a0 100644
--- a/threadproc/netware/thread.c
+++ b/threadproc/netware/thread.c
@@ -103,7 +103,6 @@ apr_status_t apr_thread_create(apr_thread_t **new,
return APR_ENOMEM;
}
- (*new)->pool = pool;
(*new)->data = data;
(*new)->func = func;
(*new)->thread_name = (char*)apr_pstrdup(pool, threadName);