diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-02-11 13:43:26 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-02-11 14:01:29 -0700 |
commit | c62c3cd07f97b4f83d6278278d1396aa599ed89e (patch) | |
tree | 0a0ea9841f9771b4361f65b6f42de5cef58be0ad /intrpvar.h | |
parent | dab0c3e7e357a28081ca24560f20e83c1d47ce1f (diff) | |
download | perl-c62c3cd07f97b4f83d6278278d1396aa599ed89e.tar.gz |
intrpvar.h: Rmv no longer used PL_ variable
Commit 24caacbccae7b938deecdcc3f13dd66c9c6a684e removed all uses of this
variable, but failed to remove it.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 4025a7c5a1..fc4d64c7df 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -592,8 +592,6 @@ PERLVAR(I, PosixDigit, SV *) PERLVAR(I, L1PosixGraph,SV *) PERLVAR(I, PosixGraph, SV *) -PERLVAR(I, HorizSpace, SV *) - PERLVAR(I, L1PosixLower,SV *) PERLVAR(I, PosixLower, SV *) |