summaryrefslogtreecommitdiff
path: root/dist/threads
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-05 14:14:50 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-06 10:52:43 +0200
commit8b00e5233c5218fe6c5dfc9acc09d80c644a0459 (patch)
tree3fcd2b11792781a890073e52de8abbb98172a080 /dist/threads
parentf008f53b0874b02cab7afb0241a91795650faa93 (diff)
downloadperl-8b00e5233c5218fe6c5dfc9acc09d80c644a0459.tar.gz
In threads.xs, remove num_args from ithread_create, as it is unused.
It has never been used - it was added unused with commit 680818c0361b180b.
Diffstat (limited to 'dist/threads')
-rw-r--r--dist/threads/lib/threads.pm2
-rw-r--r--dist/threads/threads.xs1
2 files changed, 1 insertions, 2 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index fae72f272f..29c9de02c0 100644
--- a/dist/threads/lib/threads.pm
+++ b/dist/threads/lib/threads.pm
@@ -5,7 +5,7 @@ use 5.008;
use strict;
use warnings;
-our $VERSION = '1.83';
+our $VERSION = '1.84';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/dist/threads/threads.xs b/dist/threads/threads.xs
index 77d09035c8..1d5b0d2813 100644
--- a/dist/threads/threads.xs
+++ b/dist/threads/threads.xs
@@ -982,7 +982,6 @@ ithread_create(...)
SV *thread_exit_only;
char *str;
int idx;
- unsigned int num_args;
dMY_POOL;
CODE:
if ((items >= 2) && SvROK(ST(1)) && SvTYPE(SvRV(ST(1)))==SVt_PVHV) {