From 77faef1154cb412b0a60e3b1624f0817d4fd8dcf Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Sat, 24 Feb 2018 11:55:17 +0100 Subject: irmd: Remove dead variable assignments This removes two useless variable assignments from the IRMd, which were remnants from when the pending flow was being deallocated. Signed-off-by: Sander Vrijders Signed-off-by: Dimitri Staessens --- src/irmd/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/irmd/main.c b/src/irmd/main.c index 74317610..64c9efc3 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1763,8 +1763,6 @@ void * irm_sanitize(void * o) f->port_id); f->n_pid = -1; irm_flow_set_state(f, FLOW_DEALLOC_PENDING); - ipcpi = f->n_1_pid; - port_id = f->port_id; continue; } -- cgit v1.2.3