From f91bf75cf97f70cfc3814bd12cc7d505c62269e2 Mon Sep 17 00:00:00 2001 From: Fabrice de Gans-Riberi Date: Fri, 11 May 2018 10:38:48 -0700 Subject: [PATCH] Remove unused variable in Fuchsia. --- googletest/src/gtest-death-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc index 792fe46a..4b721a46 100644 --- a/googletest/src/gtest-death-test.cc +++ b/googletest/src/gtest-death-test.cc @@ -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