Commit a2cd07d0 authored by Lioncash's avatar Lioncash
Browse files

service/nvdrv: Use std::move where applicable

Avoids unnecessary reference count increments and decrements.

In one case, we don't need to make a shared_ptr copy at all,
just to call a member function.
parent 1e4935c3
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