summaryrefslogtreecommitdiff
path: root/ext/attributes/attributes.xs
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 /ext/attributes/attributes.xs
parent009f650f63e8acd928fc3a7bd09802d4edaadad9 (diff)
downloadperl-d32faaf3b401b4c02872bfb2f57e48e11b3a1d28.tar.gz
GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.
Diffstat (limited to 'ext/attributes/attributes.xs')
-rw-r--r--ext/attributes/attributes.xs6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs
index 7a86cd76c1..f7eb6e0505 100644
--- a/ext/attributes/attributes.xs
+++ b/ext/attributes/attributes.xs
@@ -131,12 +131,6 @@ usage:
XPUSHs(newSVpvs_flags("lvalue", SVs_TEMP));
if (cvflags & CVf_METHOD)
XPUSHs(newSVpvs_flags("method", SVs_TEMP));
- if (GvUNIQUE(CvGV((const CV *)sv)))
- XPUSHs(newSVpvs_flags("unique", SVs_TEMP));
- break;
- case SVt_PVGV:
- if (isGV_with_GP(sv) && GvUNIQUE(sv))
- XPUSHs(newSVpvs_flags("unique", SVs_TEMP));
break;
default:
break;