From 217e623337620c3e463f91ed4994668a9dc93cb4 Mon Sep 17 00:00:00 2001 From: thomas-ha Date: Thu, 10 Mar 2016 18:09:00 +0100 Subject: [PATCH] remove unused variables --- cpu/cc2538/dev/cc2538-rf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/cc2538/dev/cc2538-rf.c b/cpu/cc2538/dev/cc2538-rf.c index f889a373d..9a1957fe0 100644 --- a/cpu/cc2538/dev/cc2538-rf.c +++ b/cpu/cc2538/dev/cc2538-rf.c @@ -664,8 +664,6 @@ read(void *buf, unsigned short bufsize) { uint8_t i; uint8_t len; - uint8_t crc_corr; - int8_t rssi; PRINTF("RF: Read\n");