commit | 6efbda73091719df869f7ca12ba2c6ac21869806 | [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 | aa5436e9ac808fef8f585baf3f4eb052a7e4be4d | |
parent | 9ae5a6ccaa11e2d3682cabcf8b34172a84755776 [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