[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 20 Mar 2022 06:08:51 -0400 (EDT) |
branch: master
commit b4732b5dc490f17c2646cf47dd3c60651fec653d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 20 10:01:00 2022 +0000
* util/texi2dvi (list_dir_to_abs):
Remove unused function (not used since the code was added
in 2005-11-18.)
---
ChangeLog | 6 ++++++
util/texi2dvi | 20 +-------------------
2 files changed, 7 insertions(+), 19 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3c88749263..233e0592e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-03-20 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * util/texi2dvi (list_dir_to_abs):
+ Remove unused function (not used since the code was added
+ in 2005-11-18.)
+
2022-03-18 Gavin Smith <gavinsmith0123@gmail.com>
Handle index entries beginning (
diff --git a/util/texi2dvi b/util/texi2dvi
index 47eb088fcc..f7d53c90b0 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -1,7 +1,7 @@
#! /bin/sh
# texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
#
-# Copyright 1992-2021 Free Software Foundation, Inc.
+# Copyright 1992-2022 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -449,24 +449,6 @@ list_infix ()
IFS=$save_IFS
}
-# list_dir_to_abs LIST-NAME - Convert list to using only absolute dir names.
-# Currently unused, but should replace absolute_filenames some day.
-list_dir_to_abs ()
-{
- ldta_list="$1"
- eval set X \$$ldta_list
- shift
- ldta_result=''
- for dir
- do
- dir=`absolute "$dir"`
- test -d "$dir" || continue
- ldta_result="$ldata_result \"$dir\""
- done
- set X $ldta_result; shift
- eval $ldta_list=\"$@\"
-}
-
# Language auxiliary functions.
#