소스 검색

floppy: Remove bogus nested variable

Keir Fraser 5 년 전
부모
커밋
573af0f02c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/floppy.c

+ 0 - 1
src/floppy.c

@@ -560,7 +560,6 @@ static unsigned int _wdata_decode_flux(uint16_t *tbuf, unsigned int nr)
             u_cons++;
         } else if (x == 255) {
             /* 255: Five bytes */
-            uint32_t val;
             if ((uint32_t)(u_prod - u_cons) < 5)
                 goto out;
             u_cons++;