diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-04 21:02:19 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-04 21:02:19 -0800 |
commit | e32e0645b5fe0a3c6427f8cddc75318e9acc9e36 (patch) | |
tree | 7a313a31189d887ffbff61878a0541b11e321d39 /scripts/VyattaQosTrafficShaper.pm | |
parent | 947f442fc870aeb2c31f016c002d2d48ea1f2552 (diff) | |
download | vyatta-cfg-qos-e32e0645b5fe0a3c6427f8cddc75318e9acc9e36.tar.gz vyatta-cfg-qos-e32e0645b5fe0a3c6427f8cddc75318e9acc9e36.zip |
get rid of unused variable
Diffstat (limited to 'scripts/VyattaQosTrafficShaper.pm')
-rw-r--r-- | scripts/VyattaQosTrafficShaper.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/VyattaQosTrafficShaper.pm b/scripts/VyattaQosTrafficShaper.pm index 9bbd899..d7b7c02 100644 --- a/scripts/VyattaQosTrafficShaper.pm +++ b/scripts/VyattaQosTrafficShaper.pm @@ -169,7 +169,6 @@ sub commands { my ( $self, $out, $dev ) = @_; my $rate = _getAutoRate($self->{_rate}, $dev); my $classes = $self->{_classes}; - my @tc = ( ); print {$out} "qdisc add dev $dev root handle 1: htb default " . sprintf("%04x",$defaultId) . "\n"; |