diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-13 08:43:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-13 08:43:30 +0100 |
commit | d32faaf3b401b4c02872bfb2f57e48e11b3a1d28 (patch) | |
tree | 0b9f5c0f005c2be5689c9c7fc00fcd345cc426af /pp_sys.c | |
parent | 009f650f63e8acd928fc3a7bd09802d4edaadad9 (diff) | |
download | perl-d32faaf3b401b4c02872bfb2f57e48e11b3a1d28.tar.gz |
GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -804,11 +804,6 @@ PP(pp_tie) break; case SVt_PVGV: if (isGV_with_GP(varsv)) { -#ifdef GV_UNIQUE_CHECK - if (GvUNIQUE((const GV *)varsv)) { - Perl_croak(aTHX_ "Attempt to tie unique GV"); - } -#endif methname = "TIEHANDLE"; how = PERL_MAGIC_tiedscalar; /* For tied filehandles, we apply tiedscalar magic to the IO |