]> git.alsa-project.org Git - tinycompress.git/commit
cplay: remove dead code codec_name_from_id()
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:19:24 +0000 (11:49 +0530)
commitea8ab9022a10cb62ef70d9eacefbb300c47051ce
tree6a51eaae0b287a15c19be05828e66a27fab06734
parentd482a85f83451738a986e8a334fa7297cc7b5410
cplay: remove dead code codec_name_from_id()

The codec_name_from_id() 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