diff options
Diffstat (limited to 'Modules/threadmodule.c')
-rw-r--r-- | Modules/threadmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 0fb7e38..38394a4 100644 --- a/Modules/threadmodule.c +++ b/Modules/threadmodule.c @@ -313,7 +313,7 @@ static struct methodlist thread_methods[] = { void initthread() { - object *m, *d, *x; + object *m, *d; /* Create the module and add the functions */ m = initmodule("thread", thread_methods); |