diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-02-24 11:55:17 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-02-24 12:02:05 +0100 |
commit | 77faef1154cb412b0a60e3b1624f0817d4fd8dcf (patch) | |
tree | d52e497a7a88f9c40f12c6706a07910fd8bac4d3 /src/irmd/main.c | |
parent | 545af576f2bd9220ba6eebf9d4eb597e2f4992d9 (diff) | |
download | ouroboros-77faef1154cb412b0a60e3b1624f0817d4fd8dcf.tar.gz ouroboros-77faef1154cb412b0a60e3b1624f0817d4fd8dcf.zip |
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 <sander.vrijders@ugent.be>
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Diffstat (limited to 'src/irmd/main.c')
-rw-r--r-- | src/irmd/main.c | 2 |
1 files changed, 0 insertions, 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; } |