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

Commit 6e578e5b authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "Cleanup extraneous return in binder_auto_utils.h" into main

parents d8d9a9d7 cb761c2d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ class ScopedAStatus : public impl::ScopedAResource<AStatus*, AStatus_delete, nul

static inline std::ostream& operator<<(std::ostream& os, const ScopedAStatus& status) {
    return os << status.getDescription();
    return os;
}

/**