diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
commit | 8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f (patch) | |
tree | fcb52651b7d9991dc1b04d83713a4c24c68130f0 /intrpvar.h | |
parent | cdd3ba141d0471cdda288698b2e3ab4be509f775 (diff) | |
download | perl-8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f.tar.gz |
Remove the deprecated $# variable
p4raw-id: //depot/perl@24908
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 342d391a87..8a93f2adb2 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -180,7 +180,6 @@ PERLVAR(Imess_sv, SV *) /* XXX shouldn't these be per-thread? --GSAR */ PERLVAR(Iors_sv, SV *) /* output record separator $\ */ -PERLVAR(Iofmt, char *) /* output format for numbers $# */ /* interpreter atexit processing */ PERLVARI(Iexitlist, PerlExitListEntry *, NULL) |