Remove unused variable in Fuchsia.

This commit is contained in:
Fabrice de Gans-Riberi 2018-05-11 10:38:48 -07:00
parent aebc369dd9
commit a8d39f2fdb

View File

@ -123,7 +123,7 @@ namespace internal {
// Valid only for fast death tests. Indicates the code is running in the
// child process of a fast style death test.
# if !GTEST_OS_WINDOWS
# if !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
static bool g_in_fast_death_test_child = false;
# endif