Skip to content

Commit 33df29a

Browse files
committed
av.h Remove obsolete comment
See #22714 (review)
1 parent 2ab2074 commit 33df29a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

av.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ to fit one element without extending:
236236
237237
*/
238238

239-
/* sv_upgrade does AvREAL_only():
240-
AvALLOC(av) = 0;
241-
AvARRAY(av) = NULL;
242-
AvMAX(av) = AvFILLp(av) = -1; */
243239
#define Perl_newAV(mTHX) MUTABLE_AV(Perl_newSV_type(aTHX_ SVt_PVAV))
244240

245241
#define newAV_mortal() MUTABLE_AV(newSV_type_mortal(SVt_PVAV))

0 commit comments

Comments
 (0)