From d32faaf3b401b4c02872bfb2f57e48e11b3a1d28 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 13 Apr 2009 08:43:30 +0100 Subject: GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. --- toke.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toke.c') 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 -- cgit v1.2.1