automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables f


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables from '&handle_texinfo_source'
Date: Sat, 16 Jun 2012 23:30:06 +0200

* automake.in (handle_texinfo_source): Remove '$spfx' and '$ssfx'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/automake.in b/automake.in
index 0d98dba..dca4275 100644
--- a/automake.in
+++ b/automake.in
@@ -2852,11 +2852,8 @@ sub handle_texinfo_source ($$$@)
 {
   my ($source, $dest, $insrc, @deps) = @_;
 
-  # Split 'a.texi' into 'a' and '.texi'.
-  my ($spfx, $ssfx) = ($source =~ /^(.*?)(\.[^.]*)?$/);
   my ($dpfx, $dsfx) = ($dest =~ /^(.*?)(\.[^.]*)?$/);
 
-  $ssfx ||= "";
   $dsfx ||= "";
 
   my $sdir = dirname $source;
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]