Skip to content

Commit

Permalink
Stop generating unused x-type variants
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Nov 26, 2023
1 parent 8e60c69 commit 75d3375
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions l3kernel/l3doc.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,6 @@ and all files in that bundle must be distributed together.
% \tl_if_in:NoTF,
% \tl_if_in:NoT,
% \tl_if_in:NoF,
% \tl_remove_all:Ne,
% \tl_replace_all:Nen,
% \tl_replace_all:Nne,
% \tl_replace_all:Non,
% \tl_replace_all:Nno,
% \tl_replace_once:Noo,
Expand All @@ -987,8 +984,7 @@ and all files in that bundle must be distributed together.
\prg_generate_conditional_variant:Nnn \tl_if_head_eq_meaning:nN { V } { F }
\prg_generate_conditional_variant:Nnn \tl_if_in:nn { no , oo } { TF }
\prg_generate_conditional_variant:Nnn \tl_if_in:Nn { No } { T , F , TF }
\cs_generate_variant:Nn \tl_remove_all:Nn { Nx }
\cs_generate_variant:Nn \tl_replace_all:Nnn { Nx , Nnx, No , Nno }
\cs_generate_variant:Nn \tl_replace_all:Nnn { No , Nno }
\cs_generate_variant:Nn \tl_replace_once:Nnn { Noo }
\cs_generate_variant:Nn \tl_set_rescan:Nnn { NnV }
\cs_generate_variant:Nn \tl_to_str:n { f , o }
Expand Down Expand Up @@ -3087,7 +3083,6 @@ and all files in that bundle must be distributed together.
{ \@@_get_function_name:n {#1} } #2
}
}
\cs_generate_variant:Nn \@@_macro_typeset_block:nN { x }
\cs_new_protected:Npn \@@_macro_typeset_variant_list:nN #1#2
{
\seq_map_inline:Nn \g_@@_variants_seq
Expand Down

0 comments on commit 75d3375

Please sign in to comment.