Skip to content

Commit

Permalink
av.h Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 17, 2024
1 parent a53001a commit 0ac9cc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions av.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ to fit one element without extending:
*/

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

#define newAV_mortal() MUTABLE_AV(newSV_type_mortal(SVt_PVAV))
Expand Down

0 comments on commit 0ac9cc0

Please sign in to comment.