summaryrefslogtreecommitdiff
path: root/main/threadpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/threadpool.c')
-rw-r--r--main/threadpool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/threadpool.c b/main/threadpool.c
index 58647d59f..1bf6003ab 100644
--- a/main/threadpool.c
+++ b/main/threadpool.c
@@ -1188,7 +1188,6 @@ struct ast_taskprocessor *ast_threadpool_serializer(const char *name, struct ast
if (!tps) {
return NULL;
}
- listener = NULL; /* ownership transferred to tps */
return tps;
}