Skip to content

Commit cb761c2

Browse files
author
Matthew Sedam
committed
Cleanup extraneous return in binder_auto_utils.h
Bug: N/A Flag: EXEMPT bugfix Test: Presubmits Change-Id: Ib22be5c50c3aa1d046a58ea1aecdb577f1f18912
1 parent b21851c commit cb761c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)