We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d9a9d + cb761c2 commit 6e578e5Copy full SHA for 6e578e5
1 file changed
libs/binder/ndk/include_cpp/android/binder_auto_utils.h
@@ -335,7 +335,6 @@ class ScopedAStatus : public impl::ScopedAResource<AStatus*, AStatus_delete, nul
335
336
static inline std::ostream& operator<<(std::ostream& os, const ScopedAStatus& status) {
337
return os << status.getDescription();
338
- return os;
339
}
340
341
/**
0 commit comments