From 848f44266dd4b9213af632d55747d66f03881422 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 6 Dec 2017 07:17:24 +0100 Subject: refactoring for memory limited systems --- code/core/timer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/core/timer.h') diff --git a/code/core/timer.h b/code/core/timer.h index 5919a42..8863226 100644 --- a/code/core/timer.h +++ b/code/core/timer.h @@ -19,8 +19,6 @@ typedef struct ECPTimerItem { ecp_cts_t abstime; ecp_cts_t timeout; ecp_timer_retry_t *retry; - unsigned char *pld; - size_t pld_size; } ECPTimerItem; typedef struct ECPTimer { -- cgit v1.2.3