linux-nvme / nvme-cli

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

fabrics: remove unused _discover_from_json_config_file() argument #2425

Closed calebsander closed 3 months ago

calebsander commented 3 months ago

_discover_from_json_config_file() takes a nvme_subsystem_t argument but doesn't use it. Drop the unnecessary argument.

Fixes: b3b9963396c5 (fabrics: refactore discover from json config)

igaw commented 3 months ago

Thanks!