commit | 358a2bbedb279a42b0c90f53b9df9849925e38cd | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Jan 24 10:38:37 2022 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Jan 24 10:40:33 2022 -0800 |
tree | adbe0274e7739329bb34db8dace134300c28e7db | |
parent | 4af9762ef707f656f4db9096ce66ff60159f554f [diff] |
Remove never-reached 'return' statements We style Nfc::open() to be similar to Nfc::close(), allowing us to remove two never-reached 'return' statements, and help avoid potential confusion with future readers of the code. Test: TreeHugger Bug: 204868826 Change-Id: Ieabdfbb95540cafaf00a16955f26344c92d2d482