summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-20 11:00:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-20 11:00:31 +0000
commit8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f (patch)
treefcb52651b7d9991dc1b04d83713a4c24c68130f0 /intrpvar.h
parentcdd3ba141d0471cdda288698b2e3ab4be509f775 (diff)
downloadperl-8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f.tar.gz
Remove the deprecated $# variable
p4raw-id: //depot/perl@24908
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
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)