From 856394136f1a9dd2e40d728ca429664612b46a38 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 1 Jan 2013 21:31:01 +0100 Subject: [PATCH] cleanup: remove two lines of dead code in automake * automake.in (scan_texinfo_file): Here, the definition and munging of '$infobase'. Signed-off-by: Stefano Lattarini --- automake.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/automake.in b/automake.in index 2f60c18..386bbf2 100644 --- a/automake.in +++ b/automake.in @@ -3019,10 +3019,6 @@ sub scan_texinfo_file ($) return; } - my $infobase = basename ($filename); - # TODO: In Automake 1.14 (or even 1.13.2), start warning against - # TODO: suffixes != ".texi", to ease transition to Automake-NG. - $infobase =~ s/\.te?xi(nfo)?$//; return ($outfile, $vfile); } -- 2.7.4