diff --git a/debuggerd/tombstoned/tombstoned.cpp b/debuggerd/tombstoned/tombstoned.cpp index fa67d46e6..2c7237934 100644 --- a/debuggerd/tombstoned/tombstoned.cpp +++ b/debuggerd/tombstoned/tombstoned.cpp @@ -158,7 +158,7 @@ class CrashQueue { } } - return std::move(result); + return result; } std::optional get_output(DebuggerdDumpType dump_type) {