summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-01 14:29:42 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-01 14:29:42 +0000
commit9e730509907b8752181af8e7fd62436ee39ccc0a (patch)
tree5d5d7bb220b968383af96fb0fab9ebb281ecdf81 /scope.c
parent8e41545fc5fd5bfd2ddf4723e7793ec207deefff (diff)
downloadperl-9e730509907b8752181af8e7fd62436ee39ccc0a.tar.gz
Change 34966 should also have removed the SSCHECK(4); from
Perl_save_hints(). p4raw-id: //depot/perl@34970
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 6782e0bf40..78d796b96d 100644
--- a/scope.c
+++ b/scope.c
@@ -540,7 +540,6 @@ Perl_save_hints(pTHX)
PL_compiling.cop_hints_hash->refcounted_he_refcnt++;
HINTS_REFCNT_UNLOCK;
}
- SSCHECK(4);
if (PL_hints & HINT_LOCALIZE_HH) {
save_pushptri32ptr(GvHV(PL_hintgv), PL_hints,
PL_compiling.cop_hints_hash, SAVEt_HINTS);