commit | 2169f5a0ffbf5ccb1e360a581bd632f53a896847 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Dec 01 19:03:33 2016 +0000 |
committer | Michal Karpinski <mkarpinski@google.com> | Fri Dec 02 16:11:19 2016 +0000 |
tree | 5ccfda727d7209b688e46c75e7823e5ccdd3d7f1 | |
parent | 8ef9907bdbbeaae00be914c77f3425e2e31c2f28 [diff] |
DO NOT MERGE 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 (cherry picked from commit e65244b5a149fc8be8063ee0872f31b829bfa020) Change-Id: I80b8c321087947c08d5d5b9cb6ca7b4987b2ac77