aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-07-01 04:58:05 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-07-01 04:58:05 +0000
commitb2db677c9905a34ca6454aa526f7a0cc5cfaeca1 (patch)
tree673f967d6404ea730ccb3d93f30cd3bff5fc8a0e /src/gtest-internal-inl.h
parent1b61f16aef4ea5bb2a7b28e759996dab10e0ca72 (diff)
downloadgoogletest-b2db677c9905a34ca6454aa526f7a0cc5cfaeca1.tar.gz
googletest-b2db677c9905a34ca6454aa526f7a0cc5cfaeca1.tar.bz2
googletest-b2db677c9905a34ca6454aa526f7a0cc5cfaeca1.zip
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index c68ce5a0..3c9a8d97 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -1116,11 +1116,6 @@ inline UnitTestImpl* GetUnitTestImpl() {
return UnitTest::GetInstance()->impl();
}
-// Clears all test part results of the current test.
-inline void ClearCurrentTestPartResults() {
- GetUnitTestImpl()->current_test_result()->ClearTestPartResults();
-}
-
// Internal helper functions for implementing the simple regular
// expression matcher.
bool IsInSet(char ch, const char* str);