aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/base/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/base/loop.c')
-rw-r--r--hicn-light/src/hicn/base/loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/base/loop.c b/hicn-light/src/hicn/base/loop.c
index 34aa94d6e..6e477f85a 100644
--- a/hicn-light/src/hicn/base/loop.c
+++ b/hicn-light/src/hicn/base/loop.c
@@ -156,7 +156,6 @@ ERR_EVENT_ADD:
int loop_event_unregister(event_t *event)
{
- assert(event->event_type == EVTYPE_FD);
event_del(&event->raw_event);
return 0;
}