From 2843300261c2467a7f2d17d32956cd18e76123a1 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 31 Jul 2012 18:07:32 +0200 Subject: [PATCH] [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 --- automake.in | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.47.2