diff options
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perlvars.h b/perlvars.h index 27f76ebb8d..abd2f3eb30 100644 --- a/perlvars.h +++ b/perlvars.h @@ -55,5 +55,3 @@ PERLVAR(Gdollarzero_mutex, perl_mutex) /* Modifying $0 */ /* This is constant on most architectures, a global on OS/2 */ PERLVARI(Gsh_path, char *, SH_PATH)/* full path of shell */ -PERLVAR(Gearlytaint, bool) /* Early warning for taint, before PL_tainting is set */ - |