瀏覽代碼

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++;