[latex3-commits] [git/LaTeX3-latex3-latex3] master: More simplification (638e439)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 24 18:43:03 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/638e439947ba366b94237899a1d8175a1155f5d9
>---------------------------------------------------------------
commit 638e439947ba366b94237899a1d8175a1155f5d9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 24 17:43:03 2018 +0100
More simplification
>---------------------------------------------------------------
638e439947ba366b94237899a1d8175a1155f5d9
l3trial/l3benchmark/l3benchmark.dtx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/l3trial/l3benchmark/l3benchmark.dtx b/l3trial/l3benchmark/l3benchmark.dtx
index 622da67..caa9af3 100644
--- a/l3trial/l3benchmark/l3benchmark.dtx
+++ b/l3trial/l3benchmark/l3benchmark.dtx
@@ -209,11 +209,7 @@ end
{
\cs_if_exist:NTF \pdf at resettimer
{ \cs_new_eq:NN \sys_timer_gzero: \pdf at resettimer }
- {
- \cs_if_exist:NTF \tex_resettimer:D
- { \cs_new_eq:NN \sys_timer_gzero: \tex_resettimer:D }
- { \cs_new_eq:NN \sys_timer_gzero: \pdfresettimer }
- }
+ { \cs_new_eq:NN \sys_timer_gzero: \tex_resettimer:D }
\cs_new_protected:Npn \sys_timer_apply:N #1
{ \exp_args:No #1 { \int_value:w \@@_timer: } }
}
More information about the latex3-commits
mailing list