]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/qos/RRD-func.pl
First part of qos file resize update
[people/pmueller/ipfire-2.x.git] / config / qos / RRD-func.pl
index 90d399d21558e5dfa59505bbc12128fab363371a..7dfa2f76ef04ff0f24296296c06ffb4e1a454a6e 100644 (file)
@@ -93,12 +93,6 @@ sub update_rrds {
 
     my $res=0;
 
-    my @test = keys %classes_data;
-    if ( $#test <= 0) {
-       print  time, " [update_rrds] WARNING: classes_data empty!\n";
-       return "classes_data empty";
-    }
-
     # Find the class_device (keys) in %classes_data
     for my $class_device ( keys %classes_data ) {