From: Neal Andrew Crook Date: Thu, 28 Jul 2016 19:43:26 +0000 (+0100) Subject: Remove unused variables. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b6b94f7c9f26faccb21346c83b9ab4da2b8d5ed7;p=FUZIX.git Remove unused variables. --- diff --git a/Kernel/platform-multicomp09/devsdc.c b/Kernel/platform-multicomp09/devsdc.c index a330277a..b30458c8 100644 --- a/Kernel/platform-multicomp09/devsdc.c +++ b/Kernel/platform-multicomp09/devsdc.c @@ -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)