Remove redundant check for platform.isLinux. (#19441)
We don't actually care if we're on linux, we care only if the lcov tool is available. We check for that explicitly just below. Additionally there is code below which indicates that lcov is available for macOS. Before this change that code would never execute.
G
Gary Miguel committed
a7b59b51b82ed20786ac2009d21096a9804a902c
Parent: 2701835
Committed by Todd Volkert <tvolkert@users.noreply.github.com>
on 7/23/2018, 3:38:20 PM