This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #114864] Don’t use amt for DESTROY
[perl5.git] / overload.h
index 24cde2a..1628ac0 100644 (file)
@@ -82,7 +82,6 @@ enum {
     smart_amg,         /* 0x41 ~~       */
     ftest_amg,         /* 0x42 -X       */
     regexp_amg,                /* 0x43 qr       */
-    DESTROY_amg,       /* 0x44 DESTROY  */
     max_amg_code
     /* Do not leave a trailing comma here.  C9X allows it, C89 doesn't. */
 };