commit | e65244b5a149fc8be8063ee0872f31b829bfa020 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Dec 01 19:03:33 2016 +0000 |
committer | Michal Karpinski <mkarpinski@google.com> | Thu Dec 01 19:28:18 2016 +0000 |
tree | b4a927349c957c266945acde8851f20f6a0de30e | |
parent | ff1587fc4ee0434129f6c2431eabeb291fdb0936 [diff] |
Remove "if (auto ret = " treated as unused by some compilers It's not good form to have a variable that's created and used only once in the same line anyway, so the compilers that flag it are probably in the right. Test: netd_benchmark Bug: 29748723 Change-Id: Idfa51a8ffb11b70f18a3c4afafc59f1910f48a83