summaryrefslogtreecommitdiff
path: root/scripts/vyatta-qos.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-qos.pl')
-rwxr-xr-xscripts/vyatta-qos.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl
index e04762e..266a0f5 100755
--- a/scripts/vyatta-qos.pl
+++ b/scripts/vyatta-qos.pl
@@ -58,7 +58,6 @@ sub find_policy {
}
# class factory for policies
-## make_policy('traffic-shaper', 'limited', 'out')
sub make_policy {
my ( $type, $name, $direction ) = @_;
my $policy_type;