From b6b94f7c9f26faccb21346c83b9ab4da2b8d5ed7 Mon Sep 17 00:00:00 2001 From: Neal Andrew Crook Date: Thu, 28 Jul 2016 20:43:26 +0100 Subject: [PATCH] Remove unused variables. --- Kernel/platform-multicomp09/devsdc.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.34.1