summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-01 21:31:01 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-02 13:09:46 +0100
commit856394136f1a9dd2e40d728ca429664612b46a38 (patch)
tree640374359350e88dde4cc802f277962c240348ca /automake.in
parent2af418d1f8b9750f5395cfe897af4f726ad4667d (diff)
downloadautomake-856394136f1a9dd2e40d728ca429664612b46a38.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'automake.in')
-rw-r--r--automake.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/automake.in b/automake.in
index 2f60c1818..386bbf2e5 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);
}