Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45f03ea6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary std::move" into main

parents b29f0dcb eecb1078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ class CrashQueue {
      }
    }

    return std::move(result);
    return result;
  }

  std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) {