diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-13 08:25:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-13 08:25:53 +0000 |
commit | a227dc4778e24da2c5bc2ffad02a89310996ff78 (patch) | |
tree | ceeebe265391231a5943490cd85530adeb9604da /intrpvar.h | |
parent | 66b4b7e7e87f9998c0916534e3aa320f87a5174e (diff) | |
download | perl-a227dc4778e24da2c5bc2ffad02a89310996ff78.tar.gz |
We no longer need PL_shared_hek_table
p4raw-id: //depot/perl@24816
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 85a8a2111a..342d391a87 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -425,7 +425,6 @@ PERLVAR(IProc, struct IPerlProc*) #if defined(USE_ITHREADS) PERLVAR(Iptr_table, PTR_TBL_t*) -PERLVAR(Ishared_hek_table, PTR_TBL_t*) #endif PERLVARI(Ibeginav_save, AV*, Nullav) /* save BEGIN{}s when compiling */ |