summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-05-28 11:00:32 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-05-28 11:00:32 +0000
commitb997c910cb95172bb2396eddc4e8b28071d96d6c (patch)
treea9e818cd182998e2ef18298686ed33211e3c18a4
parente2f0bf0bfa4c98d21616619e2a3b046ece3197e2 (diff)
[TIE] Purge unused variable.
git-svn-id: svn://tug.org/texlive/trunk@55310 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/tiedir/tie-w2c.ch4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch
index 25898c03b9d..94677f8ff60 100644
--- a/Build/source/texk/web2c/tiedir/tie-w2c.ch
+++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch
@@ -377,10 +377,8 @@ Additionally we report the history to the user, although this may not
exit ( history == spotless ? 0 : 1 );
}
@y
-@s const_string int
-
@<Print the job |history|@>=
-{const_string msg;
+{
switch (history) {
case spotless: print2_nl("(%s.)", "No errors were found");
term_new_line; break;