From 1c75e11e3487b901fbcca03eee5be0252c143887 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 3 Nov 2017 18:54:46 +0100 Subject: [PATCH] removed unused local variable. --- .../condition/helpers/wsf_routing_path_exists_condition.e | 1 - 1 file changed, 1 deletion(-) diff --git a/library/server/wsf/router/support/condition/helpers/wsf_routing_path_exists_condition.e b/library/server/wsf/router/support/condition/helpers/wsf_routing_path_exists_condition.e index b3ec0572..1f3bfc7d 100644 --- a/library/server/wsf/router/support/condition/helpers/wsf_routing_path_exists_condition.e +++ b/library/server/wsf/router/support/condition/helpers/wsf_routing_path_exists_condition.e @@ -39,7 +39,6 @@ feature -- Status report local l_path: READABLE_STRING_GENERAL p: PATH - fut: FILE_UTILITIES do l_path := req.path_info if not l_path.is_empty then