diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-12-06 07:17:24 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-12-06 07:17:24 +0100 |
commit | 848f44266dd4b9213af632d55747d66f03881422 (patch) | |
tree | 2f1a348e6e5c77760bbbec8d2ec54e89cedc7e66 /code/core/timer.h | |
parent | 028af540a2d856bccc84d3f5e3e8d3517105e411 (diff) |
refactoring for memory limited systems
Diffstat (limited to 'code/core/timer.h')
-rw-r--r-- | code/core/timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |