]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] cleanup: unused function '&almost_verbatim' removed
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jul 2012 16:07:32 +0000 (18:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 Aug 2012 08:06:06 +0000 (10:06 +0200)
Superseded in all its current uses by '&verbatim'.

* automake.in (almost_verbatim): Delete.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in

index 796ef45e65969e107648160974b156554e7e16fb..596b52983207a3523e2c493ea7ac7d6cdffecbf3 100644 (file)
@@ -5765,18 +5765,6 @@ sub preprocess_file ($%)
   return $_;
 }
 
-# almost_verbatim ($NAME, [%TRANSFORM])
-# -------------------------------------
-# Load a "$libdir/am/$NAME.am", apply the %TRANSFORM, and append the
-# result to the '$output_verbatim'.  No extra parsing or post-processing
-# is done (i.e., recognition of rules declaration or of make variables
-# definitions).
-sub almost_verbatim ($%)
-{
-  my $name = shift;
-  $output_verbatim .= preprocess_file ("$libdir/am/$name.am", @_);
-}
-
 # verbatim ($NAME)
 # ----------------
 # Load a "$libdir/am/$NAME.mk", stripping any '##'-style comment.  No