]> git.alsa-project.org Git - tinycompress.git/commit
cplay: remove dead code check_codec_format_supported()
authorVinod Koul <vinod.koul@intel.com>
Thu, 19 Apr 2018 06:11:31 +0000 (11:41 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 19 Apr 2018 06:21:24 +0000 (11:51 +0530)
commit6bf7bb0ebf54ead173e0d6e626903a51c8fbbb8b
tree15e6faaac0d6923463d063616faa43ca86da9f9b
parentea8ab9022a10cb62ef70d9eacefbb300c47051ce
cplay: remove dead code check_codec_format_supported()

The check_codec_format_supported() was added but never used so remove
it and eliminate unused function warning

cplay.c:103:20: warning: ‘codec_name_from_id’ defined but not used [-Wunused-function]

We can take from git if user appears

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
src/utils/cplay.c