summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-11 13:43:26 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-11 14:01:29 -0700
commitc62c3cd07f97b4f83d6278278d1396aa599ed89e (patch)
tree0a0ea9841f9771b4361f65b6f42de5cef58be0ad
parentdab0c3e7e357a28081ca24560f20e83c1d47ce1f (diff)
downloadperl-c62c3cd07f97b4f83d6278278d1396aa599ed89e.tar.gz
intrpvar.h: Rmv no longer used PL_ variable
Commit 24caacbccae7b938deecdcc3f13dd66c9c6a684e removed all uses of this variable, but failed to remove it.
-rw-r--r--embedvar.h1
-rw-r--r--intrpvar.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/embedvar.h b/embedvar.h
index 1d187feb92..d56a53df41 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -53,7 +53,6 @@
#define PL_DBtrace (vTHX->IDBtrace)
#define PL_Dir (vTHX->IDir)
#define PL_Env (vTHX->IEnv)
-#define PL_HorizSpace (vTHX->IHorizSpace)
#define PL_L1Cased (vTHX->IL1Cased)
#define PL_L1PosixAlnum (vTHX->IL1PosixAlnum)
#define PL_L1PosixAlpha (vTHX->IL1PosixAlpha)
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 *)