diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 6df3e581d775bb9e30a2622633d8b22bf0a93e8d..297efbb5c70a0e09eafa8e5f127486ce5ad7fd1e 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -229,9 +229,6 @@ static av_cold int imc_decode_init(AVCodecContext *avctx)
     }
     q->one_div_log2 = 1 / log(2);
 
-    if (avctx->codec_id == CODEC_ID_IAC) {
-    }
-
     if (avctx->codec_id == CODEC_ID_IAC) {
         iac_generate_tabs(q, avctx->sample_rate);
     } else {