diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-24 10:44:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-24 10:44:25 +0000 |
commit | b1233c72f2dabb53e03a3ecd66d79abc753b42e0 (patch) | |
tree | f39096fc9ced0a83b62044c21c56eec291f720c9 /intrpvar.h | |
parent | c7d332a5fde19a88652f315f4d66076837edde06 (diff) | |
download | perl-b1233c72f2dabb53e03a3ecd66d79abc753b42e0.tar.gz |
Remove (probably) the last vestige of the assertions implementation -
a now unused variable.
p4raw-id: //depot/perl@32477
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 373d181792..8874e65310 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -617,8 +617,6 @@ PERLVARI(Ithreadhook, thrhook_proc_t, MEMBER_TO_FPTR(Perl_nothreadhook)) PERLVARI(Ihash_seed, UV, 0) /* Hash initializer */ -PERLVAR(IDBassertion, SV *) - PERLVARI(Irehash_seed, UV, 0) /* 582 hash initializer */ PERLVARI(Iisarev, HV*, NULL) /* Reverse map of @ISA dependencies */ |