Commit c1f4fe49 authored by Dominik Charousset's avatar Dominik Charousset

Remove unused variable

parent bede29b1
...@@ -295,7 +295,6 @@ actor_system_config& actor_system_config::parse(string_list args, ...@@ -295,7 +295,6 @@ actor_system_config& actor_system_config::parse(string_list args,
// TODO: remove with CAF 0.17 // TODO: remove with CAF 0.17
for (auto& opt : custom_options_) { for (auto& opt : custom_options_) {
auto val = opt.get(); auto val = opt.get();
auto fn = opt.full_name();
if (val) if (val)
content[opt.category()][opt.long_name()] = std::move(*val); content[opt.category()][opt.long_name()] = std::move(*val);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment