Commit f91bf75c authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi
Browse files

Remove unused variable in Fuchsia.

parent 08d5b1f3
...@@ -123,7 +123,7 @@ namespace internal { ...@@ -123,7 +123,7 @@ namespace internal {
// Valid only for fast death tests. Indicates the code is running in the // Valid only for fast death tests. Indicates the code is running in the
// child process of a fast style death test. // 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; static bool g_in_fast_death_test_child = false;
# endif # endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment