automake-patches
[Top][All Lists]
Advanced

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

FYI: two unused functions


From: Alexandre Duret-Lutz
Subject: FYI: two unused functions
Date: Tue, 02 Jul 2002 11:27:05 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

2002-07-02  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (create, keyed_aclocal_warning): Delete, unused.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1315
diff -u -r1.1315 automake.in
--- automake.in 1 Jul 2002 16:17:36 -0000       1.1315
+++ automake.in 2 Jul 2002 09:22:35 -0000
@@ -8305,17 +8305,6 @@
 
 ################################################################
 
-# Ensure a file exists.
-sub create
-{
-    use IO::File;
-    my ($file) = @_;
-
-    my $touch = new IO::File (">> $file");
-    $touch->close;
-}
-
-
 # Glob something.  Do this to avoid indentation screwups everywhere we
 # want to glob.  Gross!
 sub my_glob
@@ -8399,13 +8388,6 @@
     file_error ($file, @args);
     $exit_status = $saved_exit_status;
     $SIG{'__WARN__'} = $sig;
-}
-
-# Tell user where our aclocal.m4 is, but only once.
-sub keyed_aclocal_warning ($)
-{
-    my ($key) = @_;
-    warn "$me: macro `$key' can be generated by `aclocal'\n";
 }
 
 # INTEGER

-- 
Alexandre Duret-Lutz




reply via email to

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