summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-06-29 15:18:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-06-29 15:19:00 -0700
commit19fe70ea3653c21b854e3efde1803f5ab274edfe (patch)
tree9a3c7b5d50587d9521510ecc8ea4625bfe39b2b9
parent74b9f0bbad27ae1b6ecfca7fb072cbad85a98a6b (diff)
downloadautomake-19fe70ea3653c21b854e3efde1803f5ab274edfe.tar.gz
automake: remove stray up_to_date_p
* 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.
-rw-r--r--lib/Automake/FileUtils.pm2
1 files changed, 1 insertions, 1 deletions
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);