From 4b8f2e61a9bd693bb1aedb3127f6c5d2e1d8c5dc Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Fri, 25 May 2007 23:26:33 +0000 Subject: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg the first two aren't used, and the last two are just place holders to ensure that both runops functions get linked in; so make them global rather than per-interpeter p4raw-id: //depot/perl@31280 --- intrpvar.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index 0f72441805..986a364852 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -307,7 +307,6 @@ PERLVAR(IDBsub, GV *) PERLVAR(IDBsingle, SV *) PERLVAR(IDBtrace, SV *) PERLVAR(IDBsignal, SV *) -PERLVAR(Ilineary, AV *) /* lines of script for debugger */ PERLVAR(Idbargs, AV *) /* args to call listed by caller function */ /* symbol tables */ @@ -556,7 +555,6 @@ PERLVARI(Isig_pending, int,0) /* Number if highest signal pending */ PERLVAR(Itaint_warn, bool) /* taint warns instead of dying */ PERLVAR(Iutf8locale, bool) /* utf8 locale detected */ -PERLVARI(Ihash_seed_set, bool, FALSE) /* Hash initialized? */ PERLVARI(Irehash_seed_set, bool, FALSE) /* 582 hash initialized? */ #ifdef USE_LOCALE_NUMERIC @@ -634,10 +632,6 @@ PERLVARI(Iunlockhook, share_proc_t, MEMBER_TO_FPTR(PERL_UNLOCK_HOOK)) PERLVARI(Ithreadhook, thrhook_proc_t, MEMBER_TO_FPTR(Perl_nothreadhook)) -/* Force inclusion of both runops options */ -PERLVARI(Irunops_std, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_standard)) -PERLVARI(Irunops_dbg, runops_proc_t, MEMBER_TO_FPTR(Perl_runops_debug)) - /* Stores the PPID */ #ifdef THREADS_HAVE_PIDS PERLVARI(Ippid, IV, 0) -- cgit v1.2.1