perfetto: remove NOLINT
The NOLINT here was to make tidy stop complaining about the lack of an `explicit` constructor for this ScopedTraceEvent. Unfortunately, adding that makes it difficult to init ScopedTraceEvents as we're doing right now. It's arguable either way that tidy should/shouldn't diagnose this, since template trickery/decltype/etc can easily allow you to construct `ScopedTraceEvent`s on your own. Because the argument is useless anyway, using `...` makes tidy quiet down, and appears just as optimization-friendly. Bug: 1044592 Change-Id: Ib6203b40df504aa82816555e9c915f06ea60246f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055889Reviewed-by:Eric Seckler <eseckler@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#741746}
Showing
Please register or sign in to comment