summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3int.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3int.dtx24
1 files changed, 2 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx
index f9d75e4c7b6..30e5841cc26 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3int.dtx Copyright (C) 1990-2018 The LaTeX3 Project
+%% File: l3int.dtx Copyright (C) 1990-2019 The LaTeX3 Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -41,7 +41,7 @@
% }^^A
% }
%
-% \date{Released 2018-12-12}
+% \date{Released 2019-01-01}
%
% \maketitle
%
@@ -2557,26 +2557,6 @@
%
% \subsection{Deprecated}
%
-% \begin{variable}[deprecated = 2018-12-31]{\c_minus_one}
-% The actual allocation mechanism is in \pkg{l3alloc}.
-% In package mode, reuse \tn{m@ne}.
-% We also store in two global token lists some code for
-% \cs{debug_on:n} \texttt{\{deprecation\}} and \cs{debug_off:n}
-% \texttt{\{deprecation\}}. For the
-% latter, we need to locally set \cs{c_minus_one} back to the constant
-% hence use a private name. We use \cs{tex_let:D} directly because
-% \cs{c_minus_one} (as all deprecated commands) is made outer by
-% \cs{debug_on:n} \texttt{\{deprecation\}}.
-% \begin{macrocode}
-%<package>\cs_gset_eq:NN \c_@@_minus_one \m@ne
-%<initex>\int_const:Nn \c_@@_minus_one { -1 }
-\cs_new_eq:NN \c_minus_one \c_@@_minus_one
-\__kernel_deprecation_code:nn
- { \__kernel_deprecation_error:Nnn \c_minus_one { -1 } { 2018-12-31 } }
- { \tex_let:D \c_minus_one \c_@@_minus_one }
-% \end{macrocode}
-% \end{variable}
-%
% \begin{variable}[deprecated = 2019-12-31]
% {
% \c_zero, \c_one, \c_two, \c_three, \c_four, \c_five, \c_six,