From: Stefano Lattarini Date: Tue, 31 Jul 2012 16:07:32 +0000 (+0200) Subject: [ng] cleanup: unused function '&almost_verbatim' removed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2843300261c2467a7f2d17d32956cd18e76123a1;p=thirdparty%2Fautomake.git [ng] cleanup: unused function '&almost_verbatim' removed Superseded in all its current uses by '&verbatim'. * automake.in (almost_verbatim): Delete. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 796ef45e6..596b52983 100644 --- a/automake.in +++ b/automake.in @@ -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