Test: watchdog_mgr: Remove dead code

pull/10902/head
Filip Jagodzinski 2019-06-14 11:35:37 +02:00 committed by Martin Kojtal
parent 94181a9930
commit 4e35e368b2
1 changed files with 0 additions and 7 deletions

View File

@ -26,8 +26,6 @@
#include "watchdog_mgr_reset_tests.h"
#include "mbed.h"
#define TIMEOUT_DELTA_MS 50UL
#define MSG_VALUE_DUMMY "0"
#define CASE_DATA_INVALID 0xffffffffUL
#define CASE_DATA_PHASE2_OK 0xfffffffeUL
@ -49,11 +47,6 @@ struct testcase_data {
uint32_t received_data;
};
void release_sem(Semaphore *sem)
{
sem->release();
}
testcase_data current_case;
bool send_reset_notification(testcase_data *tcdata, uint32_t delay_ms)