From a2106c248d183055c53ed109cd1284ecf51e5288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 1 Apr 2019 15:37:28 +0000 Subject: [PATCH] Remove useless code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mud.c b/mud.c index 4908d9b..897333c 100644 --- a/mud.c +++ b/mud.c @@ -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) {