From 580d3fc0ae4e4332a89f05039fef9f04ccf60d44 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Mon, 28 Nov 2011 19:52:07 +0000 Subject: Removes spurious semicolon. git-svn-id: http://googletest.googlecode.com/svn/trunk@608 861a406c-534a-0410-8894-cb66d6ee9925 --- src/gtest-internal-inl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h index 1ea31a1..4e9805d 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. -- cgit v1.2.1