commit | 89df9512980c372b7d0079b7c5995182af387963 | [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 | 8840e1bc34fda0f022bcf88c808fd8e6f05f8ba8 [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