[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI] [ng] cleanup: unused function '&almost_verbatim' rem
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI] [ng] cleanup: unused function '&almost_verbatim' removed |
Date: |
Tue, 31 Jul 2012 18:24:13 +0200 |
Superseded in all its current uses by '&verbatim'.
* automake.in (almost_verbatim): Delete.
Signed-off-by: Stefano Lattarini <address@hidden>
---
automake.in | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/automake.in b/automake.in
index 796ef45..596b529 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
--
1.7.12.rc0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-NG] [FYI] [ng] cleanup: unused function '&almost_verbatim' removed,
Stefano Lattarini <=