Skip to content

Commit 1d02a00

Browse files
TurboGitgitster
authored andcommitted
Remove @smtp_host_parts variable as not used.
Signed-off-by: Pascal Obry <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1e9115 commit 1d02a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-send-email.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ sub do_edit {
189189
# Variables with corresponding config settings
190190
my ($thread, $chain_reply_to, $suppress_from, $signed_off_by_cc, $cc_cmd);
191191
my ($smtp_server, $smtp_server_port, $smtp_authuser, $smtp_encryption);
192-
my ($identity, $aliasfiletype, @alias_files, @smtp_host_parts, $smtp_domain);
192+
my ($identity, $aliasfiletype, @alias_files, $smtp_domain);
193193
my ($validate, $confirm);
194194
my (@suppress_cc);
195195
my ($auto_8bit_encoding);

0 commit comments

Comments
 (0)