diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/luafont.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/luafont.w | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/luafont.w b/Build/source/texk/web2c/luatexdir/font/luafont.w index 9d4ebc9ed98..ce6f35c5f07 100644 --- a/Build/source/texk/web2c/luatexdir/font/luafont.w +++ b/Build/source/texk/web2c/luatexdir/font/luafont.w @@ -2051,16 +2051,11 @@ static halfword handle_lig_word(halfword cur) /* and set the subtypes */ subtype(cur) = init_disc; subtype(fwd) = select_disc; - return cur ; } } } } else { /* NO GLYPH NOR DISC */ -#if 0 - fprintf(stdout,"This is a %d node\n",type(cur)); - assert(0); /* TODO howcome there can be a glue here? */ -#endif return cur; } /* step-to-next-node */ |