Fix unused function build error when USE_LIBPCI unset
commit9216782b55428529f0a03ddfd8c46db2c53140b1
authorjamescook <jamescook@chromium.org>
Mon, 24 Nov 2014 21:37:06 +0000 (24 13:37 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 21:37:20 +0000 (24 21:37 +0000)
tree37e2232f4c28b8793784302f45169c9f88273ad2
parent81455ad5fd0e61496f74d182efb4f448c2fb9465
Fix unused function build error when USE_LIBPCI unset

IsPciSupported() is unused and causes a warning which is treated as an
error during some cast_shell builds.

BUG=436104
TEST=cast_shell compiles and runs on Linux desktop

Review URL: https://codereview.chromium.org/751033003

Cr-Commit-Position: refs/heads/master@{#305498}
gpu/config/gpu_info_collector_linux.cc