diff options
Diffstat (limited to 'src/irmd/irm_flow.c')
-rw-r--r-- | src/irmd/irm_flow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c index 8ca25b5b..99966561 100644 --- a/src/irmd/irm_flow.c +++ b/src/irmd/irm_flow.c @@ -125,7 +125,6 @@ enum flow_state irm_flow_get_state(struct irm_flow * f) void irm_flow_set_state(struct irm_flow * f, enum flow_state state) { assert(f); - assert(state != FLOW_NULL); assert(state != FLOW_DESTROY); pthread_mutex_lock(&f->state_lock); |