automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: automake: remove stray up_to_da


From: Paul Eggert
Subject: [automake-commit] branch master updated: automake: remove stray up_to_date_p
Date: Mon, 29 Jun 2020 18:19:05 -0400

This is an automated email from the git hooks/post-receive script.

eggert pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=19fe70ea3653c21b854e3efde1803f5ab274edfe

The following commit(s) were added to refs/heads/master by this push:
     new 19fe70e  automake: remove stray up_to_date_p
19fe70e is described below

commit 19fe70ea3653c21b854e3efde1803f5ab274edfe
Author: Paul Eggert <eggert@cs.ucla.edu>
AuthorDate: Mon Jun 29 15:18:20 2020 -0700

    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.
---
 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 c004f22..40e236d 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]