DescriptionRemove an useless ifndef NDEBUG in video_capture_types.cc
Let's let the compiler do its job :). As mentionned in https://codereview.chromium.org/532533002/ this preprocessor precondition is useless as the linker will removed the unreferenced code anyway, and this break the PGO build.
TBR=magjed, tommi
NOTRY=true
Committed: https://crrev.com/a008610bbe1c26703f55a0b19a5a7103437f3931
Cr-Commit-Position: refs/heads/master@{#293667}
Patch Set 1 #
Messages
Total messages: 22 (10 generated)
|