]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: remove unused Automake::FileUtils::up_to_date_p function.
authorKarl Berry <karl@freefriends.org>
Mon, 11 May 2020 00:40:14 +0000 (17:40 -0700)
committerKarl Berry <karl@freefriends.org>
Mon, 11 May 2020 00:40:14 +0000 (17:40 -0700)
commitafba8295f910f3b7e3f2c5d3edae0094b91d117a
treee4aea9bae4c8f801501d8d466ef14d526ae953e7
parent656befe57f70206c627e27cfcfecd81bdf42aefd
automake: remove unused Automake::FileUtils::up_to_date_p function.

Per thread at:
https://lists.gnu.org/archive/html/automake-patches/2020-04/msg00000.html>
especially:
https://lists.gnu.org/archive/html/automake-patches/2020-05/msg00003.html

* lib/Automake/FileUtils.pm (up_to_date_p): remove.
Nothing in Automake itself uses this.  It is used in Autoconf's
autom4te utility, but Autoconf has its own copy, and the duplication
was impeding auto4mte development, as discussed in the thread above.
(While here, insert missing =over/=back to placate pod2text.)
* NEWS (Miscellanous changes): note this.
NEWS
lib/Automake/FileUtils.pm