aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-28 02:10:22 -0400
committerLioncash <mathew1800@gmail.com>2018-09-28 02:17:57 -0400
commitf4c24d0832830281f7af08193c10777d49de2ee1 (patch)
treee03d7fc2a2c9a454c5508631bf9ed7877a2c81a1 /src/core/gdbstub/gdbstub.cpp
parent29ff84ea99f0f24fd1c91f187a7894f77c4da416 (diff)
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
boost::static_pointer_cast for boost::intrusive_ptr (what SharedPtr is), takes its parameter by const reference. Given that, it means that this std::move doesn't actually do anything other than obscure what the function's actual behavior is, so we can remove this. To clarify, this would only do something if the parameter was either taking its argument by value, by non-const ref, or by rvalue-reference.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions