This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Another undocumented use of $_ : with reverse().
[perl5.git] / xsutils.c
index 17b0623..9844b0e 100644 (file)
--- a/xsutils.c
+++ b/xsutils.c
@@ -1,6 +1,7 @@
 /*    xsutils.c
  *
- *    Copyright (c) 1999-2003, Larry Wall
+ *    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
+ *    by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -108,15 +109,6 @@ modify_SV_attributes(pTHX_ SV *sv, SV **retlist, SV **attrlist, int numattrs)
                        continue;
                    }
                    break;
-               case 'u':
-                   if (strEQ(name, "unique")) {
-                       if (negated)
-                           GvUNIQUE_off(CvGV((CV*)sv));
-                       else
-                           GvUNIQUE_on(CvGV((CV*)sv));
-                       continue;
-                   }
-                   break;
                }
                break;
            }