summaryrefslogtreecommitdiff
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
commitb7ec0f7b3b21338babc9a6ab5a593a40634a8062 (patch)
tree673f967d6404ea730ccb3d93f30cd3bff5fc8a0e /src/gtest-internal-inl.h
parentaf99026537686a5607a1c23db130492e629929f9 (diff)
downloadgtest-b7ec0f7b3b21338babc9a6ab5a593a40634a8062.tar.gz
gtest-b7ec0f7b3b21338babc9a6ab5a593a40634a8062.tar.bz2
gtest-b7ec0f7b3b21338babc9a6ab5a593a40634a8062.tar.xz
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).
git-svn-id: http://googletest.googlecode.com/svn/trunk@278 861a406c-534a-0410-8894-cb66d6ee9925
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 c68ce5a..3c9a8d9 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);