+ remove unused code
This commit is contained in:
parent
b43ac8d378
commit
1219104049
|
@ -66,12 +66,6 @@ sub set_counters {
|
|||
];
|
||||
}
|
||||
|
||||
sub prefix_cpu_output {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
return "CPU ";
|
||||
}
|
||||
|
||||
sub new {
|
||||
my ($class, %options) = @_;
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options, statefile => 1);
|
||||
|
|
Loading…
Reference in New Issue