Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Dec 28, 2024
1 parent 6510161 commit 54afc31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/LaTeXML/Engine/TeX_Registers.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ DefMacro('\lx@alloc@ DefToken {} {} DefToken', sub {
else {
my $xnext = $STATE->lookupValue($tracker) || Number(0);
$next = $xnext->valueOf + 1; }
my $value = Number($next);
$STATE->assignValue($tracker => Number($next), 'global');
return Tokens(T_CS('\allocationnumber'), Explode($next), T_CS('\relax'),
T_CS('\global'), $allocator, $cs, T_OTHER('='), T_CS('\allocationnumber')); });
Expand Down

0 comments on commit 54afc31

Please sign in to comment.