summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-04-13 08:43:30 +0100
committerNicholas Clark <nick@ccl4.org>2009-04-13 08:43:30 +0100
commitd32faaf3b401b4c02872bfb2f57e48e11b3a1d28 (patch)
tree0b9f5c0f005c2be5689c9c7fc00fcd345cc426af /toke.c
parent009f650f63e8acd928fc3a7bd09802d4edaadad9 (diff)
downloadperl-d32faaf3b401b4c02872bfb2f57e48e11b3a1d28.tar.gz
GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/toke.c b/toke.c
index ca18af1f21..e3e0544e1d 100644
--- a/toke.c
+++ b/toke.c
@@ -4376,11 +4376,6 @@ Perl_yylex(pTHX)
if (len == 6 && strnEQ(SvPVX(sv), "unique", len)) {
sv_free(sv);
if (PL_in_my == KEY_our) {
-#ifdef USE_ITHREADS
- GvUNIQUE_on(cGVOPx_gv(pl_yylval.opval));
-#else
- /* skip to avoid loading attributes.pm */
-#endif
deprecate(":unique");
}
else