[latex3-commits] [l3svn] 03/03: Drop \GetIdInfoLog

noreply at latex-project.org noreply at latex-project.org
Sat Mar 18 21:39:11 CET 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 4133326910b75b82bc55ac3d168fb967af46f716
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 18 20:01:11 2017 +0000

    Drop \GetIdInfoLog
    
    This was not documented outside of the sources and was for
    info when loading expl3: as the \GetIdInfo lines have been removed
    it's now entirely redundant.
---
 l3kernel/expl3.dtx       |    5 -----
 l3kernel/l3bootstrap.dtx |   15 ---------------
 2 files changed, 20 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 3dac1cc..981acfa 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1255,11 +1255,6 @@
 \fi
 %    \end{macrocode}
 %
-% Deactivate writing module information to the log.
-%    \begin{macrocode}
-\protected\def\GetIdInfoLog{}
-%    \end{macrocode}
-%
 % \begin{macro}{\color}
 %   The \cs{color} macro must be defined for showing coffin poles, so
 %   a no-op version is provided here.
diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 4be06fa..dead845 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -23,7 +23,6 @@
 %<*driver|package>
 % \begin{macro}{\GetIdInfo}
 % \begin{macro}[aux]{\GetIdInfoAuxI, \GetIdInfoAuxII, \GetIdInfoAuxIII}
-% \begin{macro}[int]{\GetIdInfoLog}
 %   The idea here is to extract out the information needed from a standard
 %   \textsc{svn} \texttt{Id} line, but without a line that will get
 %   changed when the file is checked in. Hence the fact that there is
@@ -76,7 +75,6 @@
           }%
       \fi
       \tempa
-      \GetIdInfoLog
     }%
 %    \end{macrocode}
 %   Here, |#1| is |Id|, |#2| is the file name, |#3| is the extension,
@@ -114,19 +112,6 @@
     {%
       \def\ExplFileDate{#1/#2/#3}%
     }%
-%    \end{macrocode}
-%   During loading of \pkg{expl3}, module information is added to the log.
-%   This function gets redefined once loading is complete.
-%    \begin{macrocode}
-  \csname protected\endcsname\gdef\GetIdInfoLog
-    {%
-      \immediate\write-1 %
-        {%
-          L3 Module:
-            \ExplFileName\space
-            \ExplFileDate\space v\ExplFileVersion\space \ExplFileDescription
-        }%
-    }%
 \endgroup
 %    \end{macrocode}
 % \end{macro}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list