Remove useless code

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-04-01 15:37:28 +00:00
parent 7a5bb0690e
commit a2106c248d

2
mud.c
View File

@@ -1451,8 +1451,6 @@ mud_update(struct mud *mud, uint64_t now)
path->window = path->window_size;
path->window_time = now;
}
} else {
path->window = 0;
}
if (mud->peer.set) {