]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
automake: remove stray up_to_date_p
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jun 2020 22:18:20 +0000 (15:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jun 2020 22:19:00 +0000 (15:19 -0700)
* 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

index c004f22e0f41e8d943495ff6da83423538569f37..40e236d4d538052bfd83c187c01acd12b0522f0a 100644 (file)
@@ -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);