From: Nicholas Clark Date: Fri, 18 Jan 2008 09:27:13 +0000 (+0000) Subject: Remove commented out declaration from S_validate_suid() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69867b4e28ea835a3b328f99facbba4462e28c83;p=p5sagit%2Fp5-mst-13.2.git Remove commented out declaration from S_validate_suid() p4raw-id: //depot/perl@32996 --- diff --git a/perl.c b/perl.c index d34f3e8..17a5eb0 100644 --- a/perl.c +++ b/perl.c @@ -3767,9 +3767,6 @@ S_validate_suid(pTHX_ const char *validarg, const char *scriptname, int fdscript, int suidscript, SV *linestr_sv, PerlIO *rsfp) { dVAR; -#ifdef IAMSUID - /* int which; */ -#endif /* IAMSUID */ /* do we need to emulate setuid on scripts? */