summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-26 17:40:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-26 17:40:26 +0000
commit1ef29b0ef2de54bf3c997c80d0645374658d5ef2 (patch)
treed1f905d01b8f24cd2028187b5b72819debf6e62f /pod
parent3c8a6f8651424ba778d5280d96c18e950c4efb74 (diff)
downloadperl-1ef29b0ef2de54bf3c997c80d0645374658d5ef2.tar.gz
Remove an XXX note from the public doc.
Hide it in the comments, instead p4raw-id: //depot/perl@24083
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index a724f3eb4d..07319f27ac 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -5097,8 +5097,6 @@ missing (NULL). When running with taint checks enabled, indicates via
C<maybe_tainted> if results are untrustworthy (often due to the use of
locales).
-XXX Except that it maybe_tainted is never assigned to.
-
Usually used via one of its frontends C<sv_vcatpvf> and C<sv_vcatpvf_mg>.
void sv_vcatpvfn(SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted)