diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-29 08:11:53 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-29 08:11:53 +0000 |
commit | 9dc0b5dcb80b5128172acb8c4bd670aa72142821 (patch) | |
tree | 630d485e04ce9d86576e8c730535c04dc85337ee /intrpvar.h | |
parent | 490a0e9885933990f72b0e0485666a1f8522f018 (diff) | |
download | perl-9dc0b5dcb80b5128172acb8c4bd670aa72142821.tar.gz |
Remove old variable needed for binary compatibility
p4raw-id: //depot/perl@25008
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index 519093fdcf..b69999a6d3 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -243,9 +243,6 @@ PERLVAR(Ipidstatus, HV *) /* pid-to-status mappings for waitpid */ PERLVARI(Imaxo, int, MAXO) /* maximum number of ops */ PERLVAR(Iosname, char *) /* operating system */ -/* For binary compatibility with older versions only */ -PERLVARI(Ish_path_compat, const char *, SH_PATH)/* full path of shell */ - PERLVAR(Isighandlerp, Sighandler_t) PERLVAR(Ixnv_root, NV *) /* free xnv list */ |