meson: Drop stale comment about making valgrind conditional.

It was fixed in 5c2ff5773a.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Eric Anholt 2017-11-08 11:54:24 -08:00
parent d975e6940e
commit 4c94607c21

View File

@ -695,7 +695,6 @@ if with_glvnd
pre_args += '-DUSE_LIBGLVND=1'
endif
# TODO: make this conditional
if with_valgrind != 'false'
dep_valgrind = dependency('valgrind', required : with_valgrind == 'true')
if dep_valgrind.found()