]> git.alsa-project.org Git - tinycompress.git/commit
compress: remove dead code _is_codec_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:19:12 +0000 (11:49 +0530)
commitd482a85f83451738a986e8a334fa7297cc7b5410
tree67b197e269c9d7958c9ee7d56c9cd336c54eb379
parente8e36567438c16a5121943205a0cd8c63924d0d8
compress: remove dead code _is_codec_supported()

The _is_codec_supported() was dead and none using it, so remove this and
eliminate unused function warning

compress.c:145:13: warning: ‘_is_codec_supported’ defined but not used [-Wunused-function]

We can take from git if user appears

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