Commit dc8df265 authored by Jonathan Metzman's avatar Jonathan Metzman Committed by Commit Bot

[LPM] Remove unneeded comment.

TBR=aarya@chromium.org, mbarbella@chromium.org

Change-Id: I2aae3d83db9365f0c429070386c671090b89943b
Reviewed-on: https://chromium-review.googlesource.com/905224Reviewed-by: default avatarJonathan Metzman <metzman@chromium.org>
Reviewed-by: default avatarMartin Barbella <mbarbella@chromium.org>
Commit-Queue: Jonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534748}
parent 8dae785a
...@@ -55,8 +55,7 @@ if (!is_win) { ...@@ -55,8 +55,7 @@ if (!is_win) {
# Can't disable instrumentation because of container-overflow false # Can't disable instrumentation because of container-overflow false
# positives. # positives.
# Assertion failures and integer oveflows in skia are uninteresting. Don't # Assertion failures and integer oveflows in skia are uninteresting.
# use debug builds on CF.
if (is_debug || is_ubsan) { if (is_debug || is_ubsan) {
all_dependent_configs = [ "//testing/libfuzzer:no_clusterfuzz" ] all_dependent_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment