From 19fe70ea3653c21b854e3efde1803f5ab274edfe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 29 Jun 2020 15:18:20 -0700 Subject: automake: remove stray up_to_date_p MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lib/Automake/FileUtils.pm (up_to_date_p): Don’t export up_to_date_p, which was removed in 2020-05-11T00:40:14Z!karl@freefriends.org. --- lib/Automake/FileUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index c004f22e0..40e236d4d 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -47,7 +47,7 @@ use vars qw (@ISA @EXPORT); @ISA = qw (Exporter); @EXPORT = qw (&contents &find_file &mtime - &update_file &up_to_date_p + &update_file &xsystem &xsystem_hint &xqx &dir_has_case_matching_file &reset_dir_cache &set_dir_cache_file); -- cgit v1.2.1