ms5611: removed unused variable

This commit is contained in:
Andrew Tridgell 2013-12-06 20:54:58 +11:00 committed by Lorenz Meier
parent 7e30941475
commit bc6ddb971f
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ int
MS5611_SPI::init()
{
int ret;
irqstate_t flags;
ret = SPI::init();
if (ret != OK) {