summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-02-03 15:23:52 +0000
committerNicholas Clark <nick@ccl4.org>2007-02-03 15:23:52 +0000
commit7680e184ccc299509cb60f73dd84391ef26e0f56 (patch)
treee82053c7fbe3f01a61b313d7701149fd72335968 /perl.c
parentfae667d5a60f37538a5761795f7af2165c7d4fb0 (diff)
downloadperl-7680e184ccc299509cb60f73dd84391ef26e0f56.tar.gz
Purge all references to 5005 threads variables in the code.
(Retain the aides memoire in makedef.pl) p4raw-id: //depot/perl@30105
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 335411654c..1dcb34a51d 100644
--- a/perl.c
+++ b/perl.c
@@ -2492,7 +2492,6 @@ CV*
Perl_get_cvn_flags(pTHX_ const char *name, STRLEN len, I32 flags)
{
GV* const gv = gv_fetchpvn_flags(name, len, flags, SVt_PVCV);
- /* XXX unsafe for threads if eval_owner isn't held */
/* XXX this is probably not what they think they're getting.
* It has the same effect as "sub name;", i.e. just a forward
* declaration! */