commit | 764acf35f291465b989a53f6b12581e1cc4b7524 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 02 12:27:03 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 02 12:27:03 2019 -0700 |
tree | d904e4c3c75de16fb39031605007e176e1418691 | |
parent | 6594c51b4083244f1cbaf4b02391eaa31a08c6b5 [diff] |
liblog: replace crufty min macro with existing MIN. The "branchless" macro generates slightly worse code than std::min or <sys/param.h>'s MIN. Test: treehugger Change-Id: I92c17325383bd6116c7b4736d42f01f7a9bb81a3