From 17cd83259313b16a0ef27bf94a09612be8fece96 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 14 May 2008 10:42:03 -0700 Subject: remove unused uninitialized variable One of the parameters to TrafficShaper::_define was not being passed or used. --- scripts/VyattaQosTrafficShaper.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/VyattaQosTrafficShaper.pm b/scripts/VyattaQosTrafficShaper.pm index de6bb57..5d96249 100644 --- a/scripts/VyattaQosTrafficShaper.pm +++ b/scripts/VyattaQosTrafficShaper.pm @@ -50,7 +50,7 @@ } sub _define { - my ( $self, $config, $id ) = @_; + my ( $self, $config ) = @_; my $level = $config->setLevel(); my @matches = (); -- cgit v1.2.3