diff --git a/libavcodec/aac.c b/libavcodec/aac.c
index 0d2d0efe654cc4b49ac4b5699d10d64efccde4c5..5c3e2aade1818593dbeea8b5b5d0553989b13abb 100644
--- a/libavcodec/aac.c
+++ b/libavcodec/aac.c
@@ -1629,7 +1629,6 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
     // parse
     while ((elem_type = get_bits(&gb, 3)) != TYPE_END) {
         elem_id = get_bits(&gb, 4);
-        err = -1;
 
         if(elem_type < TYPE_DSE && !(che=get_che(ac, elem_type, elem_id))) {
             av_log(ac->avccontext, AV_LOG_ERROR, "channel element %d.%d is not allocated\n", elem_type, elem_id);