From 69a071bc0d1c87b9b8271e8d7545ade7086be6bb Mon Sep 17 00:00:00 2001 From: vladlosev Date: Mon, 28 Nov 2011 19:52:07 +0000 Subject: [PATCH] Removes spurious semicolon. --- 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 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.