Skip to content

Commit

Permalink
useless tmp variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Nov 10, 2018
1 parent 98c709d commit 4c8ba73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/LuaReactiveService.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ namespace LAppS
{
for(auto it=policy_exclude.begin();it!=policy_exclude.end();++it)
{
std::string exclude=it.value();
mACL.add(std::move(LAppS::addrinfo(std::move(exclude))));
mACL.add(std::move(LAppS::addrinfo(it.value().get<std::string>())));
}
}

Expand Down

0 comments on commit 4c8ba73

Please # to comment.