chore: rm outdated comment
This commit is contained in:
parent
b8b4c5a34a
commit
808efe0f64
|
@ -258,8 +258,6 @@ create_counter(Meter, Counters, CallBack) ->
|
||||||
Counters
|
Counters
|
||||||
).
|
).
|
||||||
|
|
||||||
%% Note: list_to_existing_atom("cpu.use") will crash
|
|
||||||
%% so we make sure the atom is already existing here
|
|
||||||
normalize_name(cpu_use) ->
|
normalize_name(cpu_use) ->
|
||||||
'cpu.use';
|
'cpu.use';
|
||||||
normalize_name(cpu_idle) ->
|
normalize_name(cpu_idle) ->
|
||||||
|
|
Loading…
Reference in New Issue