summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-tra.lua')
-rw-r--r--tex/context/base/node-tra.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/node-tra.lua b/tex/context/base/node-tra.lua
index d3b71b2b2..22d11fc5b 100644
--- a/tex/context/base/node-tra.lua
+++ b/tex/context/base/node-tra.lua
@@ -517,8 +517,6 @@ end
--~ return table.concat(table.reversed(t)," ")
--~ end
-
-
local function showsimplelist(h,depth,n)
while h do
write_nl(rep(" ",n) .. tostring(h))