arm/lpc22xx/clock/clockdrv.c: Remove unused variable warning

This commit is contained in:
Joel Sherrill
2015-05-21 05:54:35 -07:00
parent efd351d2f8
commit 562c1b1b6d

View File

@@ -101,7 +101,6 @@ rtems_irq_connect_data clock_isr_data = {
*/
#define Clock_driver_support_initialize_hardware() \
do { \
uint32_t mask; \
/* disable and clear timer 0, set to */ \
T0TCR &= 0; \
/* TC is incremented on every pclk.*/ \