From af709feb96c82b3e095e527d6df4df4d803e7fcd Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 3 May 2018 06:14:10 +0000 Subject: [PATCH] removed ctx2 & ctx3 from hcl_tmr_event_t --- lib/hcl-tmr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hcl-tmr.h b/lib/hcl-tmr.h index 45f6246..3379412 100644 --- a/lib/hcl-tmr.h +++ b/lib/hcl-tmr.h @@ -57,9 +57,6 @@ struct hcl_tmr_t struct hcl_tmr_event_t { void* ctx; /* primary context pointer */ - void* ctx2; /* secondary context pointer */ - void* ctx3; /* tertiary context pointer */ - hcl_ntime_t when; hcl_tmr_handler_t handler; hcl_tmr_updater_t updater;