Unverified Commit b0df0933 authored by Lioncash's avatar Lioncash
Browse files

service/sm: Take std::string by const reference in UnregisterService

Avoids the need to create a copy of the std::string instance
(potentially allocating).

The only reason RegisterService takes its argument by value is because
it's std::moved internally.
parent f7a1827a
Supports Markdown
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