Closed
Description
Description of defect
There is some unused code in greentea-client. The API declared in features/frameworks/greentea-client/greentea-client/greentea_metrics.h
is not used anywhere. We should deprecate the greentea metrics API.
Add MBED_DEPRECATED
to greentea_metrics_setup()
, greentea_metrics_report()
functions. We should also update the mbed-os-5-docs repo to remove any mention of greentea metrics.
Target(s) affected by this defect ?
All
Toolchain(s) (name and version) displaying this defect ?
All
What version of Mbed-os are you using (tag or sha) ?
mbed-os-99.99.99
3cf5f8e
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed CLI 2
How is this defect reproduced ?
Grep for greentea_metrics_setup()
in our ARMmbed repos and find only implementation, but not use.