[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Remove dead code (032efe8)

Marcel Fabian Krüger tex at 2krueger.de
Wed Oct 28 07:29:48 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/032efe851d67a5fd29a45a95508182ca57e5cc7e

>---------------------------------------------------------------

commit 032efe851d67a5fd29a45a95508182ca57e5cc7e
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Oct 28 07:29:48 2020 +0100

    Remove dead code


>---------------------------------------------------------------

032efe851d67a5fd29a45a95508182ca57e5cc7e
 src/luaotfload-harf-plug.lua | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/luaotfload-harf-plug.lua b/src/luaotfload-harf-plug.lua
index a98fba1..e298be0 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -680,11 +680,6 @@ local function tonodes(head, node, run, glyphs)
                     tonodes(rep.head, rep.head, rep.run, rep.glyphs))
       node = getnext(node)
       nodeindex = nodeindex + 1
-    elseif glyph.skip then
-      local oldnode = node
-      head, node = removenode(head, node)
-      freenode(oldnode)
-      nodeindex = nodeindex + 1
     else
       if lastprops and lastprops.zwnj and nodeindex == glyph.cluster + 1 then
       elseif orig_char then





More information about the latex3-commits mailing list.