summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-14 08:09:15 -0400
committerGravatar Lioncash2019-05-14 08:09:17 -0400
commitc5129a3a58956256c72bf3915a2a2ac93a1f58e3 (patch)
tree7edb0e421653340647833a3b4b50058e2388c0cf /src/video_core/gpu_thread.cpp
parentMerge pull request #2462 from lioncash/video-mm (diff)
downloadyuzu-c5129a3a58956256c72bf3915a2a2ac93a1f58e3.tar.gz
yuzu-c5129a3a58956256c72bf3915a2a2ac93a1f58e3.tar.xz
yuzu-c5129a3a58956256c72bf3915a2a2ac93a1f58e3.zip
video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer
std::move within a copy constructor (on a data member that isn't mutable) will always result in a copy. Because of that, the behavior of this copy constructor is identical to the one that would be generated automatically by the compiler, so we can remove it.
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions