summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.cc
diff options
context:
space:
mode:
authorFabrice de Gans-Riberi <steelskin@gmail.com>2018-05-11 17:38:48 (GMT)
committerFabrice de Gans-Riberi <steelskin@gmail.com>2018-05-11 17:38:48 (GMT)
commitf91bf75cf97f70cfc3814bd12cc7d505c62269e2 (patch)
tree375c7f86966ac49cdda30c298e9365a472970adc /googletest/src/gtest-death-test.cc
parent08d5b1f33af8c18785fb8ca02792b5fac81e248f (diff)
downloadgoogletest-f91bf75cf97f70cfc3814bd12cc7d505c62269e2.zip
googletest-f91bf75cf97f70cfc3814bd12cc7d505c62269e2.tar.gz
googletest-f91bf75cf97f70cfc3814bd12cc7d505c62269e2.tar.bz2
Remove unused variable in Fuchsia.
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r--googletest/src/gtest-death-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc
index 792fe46..4b721a4 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