[libc++] NFC: Minor cleanups in config.py
authorLouis Dionne <ldionne@apple.com>
Mon, 13 Apr 2020 21:28:52 +0000 (17:28 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 14 Apr 2020 12:28:05 +0000 (08:28 -0400)
commit025641342b952b699684aeaee4a383af83f18d4d
treec26eb49bb5deac346acfc27ea3448b6870ca2069
parent426f37584ec331187583ee167c156b211f35caf2
[libc++] NFC: Minor cleanups in config.py

Remove mentions of the ValgrindExecutor, which doesn't exist. That
executor is literally nowhere in the code base, so this is dead code
as far as we're concerned.

Also, inline a one-liner function that was called exactly once.
libcxx/utils/libcxx/test/config.py