Skip to content

Commit 6e578e5

Browse files
Matthew SedamAndroid (Google) Code Review
authored andcommitted
Merge "Cleanup extraneous return in binder_auto_utils.h" into main
2 parents d8d9a9d + cb761c2 commit 6e578e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/binder/ndk/include_cpp/android/binder_auto_utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ class ScopedAStatus : public impl::ScopedAResource<AStatus*, AStatus_delete, nul
335335

336336
static inline std::ostream& operator<<(std::ostream& os, const ScopedAStatus& status) {
337337
return os << status.getDescription();
338-
return os;
339338
}
340339

341340
/**

0 commit comments

Comments
 (0)