Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 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 Review URL: https://codereview.chromium.org/546043003 Cr-Commit-Position: refs/heads/master@{#293667}
- Loading branch information