mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
+ 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 {
|
sub new {
|
||||||
my ($class, %options) = @_;
|
my ($class, %options) = @_;
|
||||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options, statefile => 1);
|
my $self = $class->SUPER::new(package => __PACKAGE__, %options, statefile => 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user