aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-11-28 19:52:07 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-11-28 19:52:07 +0000
commit69a071bc0d1c87b9b8271e8d7545ade7086be6bb (patch)
tree7156c5157a59539b007cff49cc44ba65adbd723d /src/gtest-internal-inl.h
parent8965a6a0d2165f32e6413594bba6367f271f51e7 (diff)
downloadgoogletest-69a071bc0d1c87b9b8271e8d7545ade7086be6bb.tar.gz
googletest-69a071bc0d1c87b9b8271e8d7545ade7086be6bb.tar.bz2
googletest-69a071bc0d1c87b9b8271e8d7545ade7086be6bb.zip
Removes spurious semicolon.
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index 1ea31a15..4e9805d1 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -443,8 +443,7 @@ class OsStackTraceGetter : public OsStackTraceGetterInterface {
virtual String CurrentStackTrace(int max_depth, int skip_count)
GTEST_LOCK_EXCLUDED_(mutex_);
- virtual void UponLeavingGTest();
- GTEST_LOCK_EXCLUDED_(mutex_);
+ virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_);
// This string is inserted in place of stack frames that are part of
// Google Test's implementation.