diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 8d5ce45c93b0900c7008f457c3f8114adc047fa7..0b963e4106f1fe88d3225104e07ac7117a20b02d 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -632,7 +632,6 @@ av_cold int ff_h264_decode_init(AVCodecContext *avctx)
         return ret;
 
     /* set defaults */
-    // s->decode_mb = ff_h263_decode_mb;
     if (!avctx->has_b_frames)
         h->low_delay = 1;