From d82346e5ca9859b2db5729358d1149c8c26a5dc4 Mon Sep 17 00:00:00 2001 From: Laurent Meunier Date: Thu, 13 Jun 2019 13:56:01 +0200 Subject: [PATCH] Remove unused variable and avoid associated warning ... --- TESTS/mbed_hal/sleep_manager/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/TESTS/mbed_hal/sleep_manager/main.cpp b/TESTS/mbed_hal/sleep_manager/main.cpp index 8849602356..8f9654b399 100644 --- a/TESTS/mbed_hal/sleep_manager/main.cpp +++ b/TESTS/mbed_hal/sleep_manager/main.cpp @@ -40,8 +40,6 @@ using utest::v1::Harness; */ void wraparound_lp_protect(void) { - uint32_t time_window; - const uint32_t ticks_now = get_lp_ticker_data()->interface->read(); const ticker_info_t *p_ticker_info = get_lp_ticker_data()->interface->get_info();