]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Remove @smtp_host_parts variable as not used.
authorPascal Obry <pascal@obry.net>
Mon, 6 Sep 2010 18:12:10 +0000 (20:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Sep 2010 00:31:04 +0000 (17:31 -0700)
Signed-off-by: Pascal Obry <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl

index 0063606b55e5a3757810647447b523af665eff3a..39cb5afe2853739102c75eacb048a847d5de1ef3 100755 (executable)
@@ -189,7 +189,7 @@ sub do_edit {
 # Variables with corresponding config settings
 my ($thread, $chain_reply_to, $suppress_from, $signed_off_by_cc, $cc_cmd);
 my ($smtp_server, $smtp_server_port, $smtp_authuser, $smtp_encryption);
-my ($identity, $aliasfiletype, @alias_files, @smtp_host_parts, $smtp_domain);
+my ($identity, $aliasfiletype, @alias_files, $smtp_domain);
 my ($validate, $confirm);
 my (@suppress_cc);
 my ($auto_8bit_encoding);