diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-22 14:07:11 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-22 14:29:44 -0800 |
commit | 0daff396c78a958aba097db5d7d91e37678b9f5a (patch) | |
tree | 9a3a7c8513539307c8ea3b028964489f96c97b84 /scripts | |
parent | 72789c6c5dd91f6f256507d9b4fe76e32479b4ff (diff) | |
download | vyatta-op-0daff396c78a958aba097db5d7d91e37678b9f5a.tar.gz vyatta-op-0daff396c78a958aba097db5d7d91e37678b9f5a.zip |
Get rid of dead code.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-show-dhclient.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/vyatta-show-dhclient.pl b/scripts/vyatta-show-dhclient.pl index 7ae1b79..3ec4b8b 100755 --- a/scripts/vyatta-show-dhclient.pl +++ b/scripts/vyatta-show-dhclient.pl @@ -91,12 +91,6 @@ sub dhclient_show_lease { my $new_dhcp_server_identifier = $var_list{'new_dhcp_server_identifier'}; my $new_dhcp_message_type = $var_list{'new_dhcp_message_type'}; - my $old_ip_address = $var_list{'old_ip_address'}; - my $old_subnet_mask = $var_list{'old_subnet_mask'}; - my $old_domain_name = $var_list{'old_domain_name'}; - my $old_domain_name_servers = $var_list{'old_domain_name_servers'}; - my $old_routers = $var_list{'old_routers'}; - my $new_expiry_str; if (defined $new_expiry) { $new_expiry_str = strftime("%a %b %d %R:%S %Z %Y", |