linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 647 forks source link

nvme-wrap: remove unused nvme_cli_get_log_ana_groups() #2326

Closed calebsander closed 3 months ago

calebsander commented 3 months ago

nvme_cli_get_log_ana_groups() is not called anywhere. In preparation for a libnvme change that changes the signature of nvme_get_log_ana_groups(), just remove the function.

igaw commented 3 months ago

Thanks!