diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-11 20:17:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-11 20:17:30 +0000 |
commit | 15a5279aa74a37f0ad0b3fa3f9e566cb2d7a9d9a (patch) | |
tree | 97a9ecf94514fc664416eb326534f138f4e423be /perlvars.h | |
parent | 815f25c6e302f84ecce02c74fa717a19d787f662 (diff) | |
download | perl-15a5279aa74a37f0ad0b3fa3f9e566cb2d7a9d9a.tar.gz |
Move the thread *hook into interpreter.
p4raw-id: //depot/perl@19497
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perlvars.h b/perlvars.h index f9a87a9202..495aa11688 100644 --- a/perlvars.h +++ b/perlvars.h @@ -52,12 +52,6 @@ PERLVAR(Gop_mutex, perl_mutex) /* Mutex for op refcounting */ PERLVARI(Grunops_std, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_standard)) PERLVARI(Grunops_dbg, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_debug)) -/* Hooks to shared SVs and locks. */ -PERLVARI(Gsharehook, share_proc_t, MEMBER_TO_FPTR(Perl_sv_nosharing)) -PERLVARI(Glockhook, share_proc_t, MEMBER_TO_FPTR(Perl_sv_nolocking)) -PERLVARI(Gunlockhook, share_proc_t, MEMBER_TO_FPTR(Perl_sv_nounlocking)) -PERLVARI(Gthreadhook, thrhook_proc_t, MEMBER_TO_FPTR(Perl_nothreadhook)) - /* Stores the PPID */ #ifdef THREADS_HAVE_PIDS PERLVARI(Gppid, IV, 0) |