From 9007c612249936e0403e6a0bf48e22a56f44add0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Dec 2024 15:25:02 +0100 Subject: [PATCH] Config: remove misplaced "else" code --- src/Config.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Config.cxx b/src/Config.cxx index f44d916..0759e16 100644 --- a/src/Config.cxx +++ b/src/Config.cxx @@ -88,8 +88,7 @@ LoadConfigFile(const char *path) command == "resume_thresholds"sv) { // ignore (for cachefilesd compatbility) continue; - } else - config.frun = ParsePercent(value); + } kernel_config_iterator = config.kernel_config.emplace_after(kernel_config_iterator,