Skip to content

Commit

Permalink
Config: remove misplaced "else" code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 5, 2024
1 parent 3b60bff commit 9007c61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Config.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9007c61

Please sign in to comment.