summaryrefslogtreecommitdiffstats
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index a2ac5ba..e29cc67 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -97,7 +97,6 @@ struct wrapped_thread *
wrap_start_thread(void * (*fn)(struct wrapped_thread *), void *arg)
{
struct wrapped_thread *t;
- void *returned;
t = malloc(sizeof(*t));
if (t == NULL) {
return NULL;