Remove unused variables.
authorNeal Andrew Crook <neal@pippaluk.org.uk>
Thu, 28 Jul 2016 19:43:26 +0000 (20:43 +0100)
committerNeal Andrew Crook <neal@pippaluk.org.uk>
Thu, 28 Jul 2016 19:43:26 +0000 (20:43 +0100)
Kernel/platform-multicomp09/devsdc.c

index a330277..b30458c 100644 (file)
@@ -60,8 +60,6 @@ uint8_t devsd_transfer_sector(void)
 {
        uint8_t *ptr;                  /* points to 32 bit lba in blk op */
        sd_transfer_function_t fptr;   /* holds which xfer routine we want */
-        int i;
-        uint8_t tmp;
 
        /* wait for drive to go non-busy after previous command
           (if any)