Quellcode durchsuchen

floppy: Remove bogus nested variable

Keir Fraser vor 5 Jahren
Ursprung
Commit
573af0f02c
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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++;