[llvm] r194998 - Unbreak the build after r194997

Alexey Samsonov samsonov at google.com
Mon Nov 18 01:44:36 PST 2013


Author: samsonov
Date: Mon Nov 18 03:44:36 2013
New Revision: 194998

URL: http://llvm.org/viewvc/llvm-project?rev=194998&view=rev
Log:
Unbreak the build after r194997

Modified:
    llvm/trunk/utils/unittest/googletest/src/gtest-death-test.cc

Modified: llvm/trunk/utils/unittest/googletest/src/gtest-death-test.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/unittest/googletest/src/gtest-death-test.cc?rev=194998&r1=194997&r2=194998&view=diff
==============================================================================
--- llvm/trunk/utils/unittest/googletest/src/gtest-death-test.cc (original)
+++ llvm/trunk/utils/unittest/googletest/src/gtest-death-test.cc Mon Nov 18 03:44:36 2013
@@ -1035,8 +1035,6 @@ DeathTest::TestRole ExecDeathTest::Assum
 
 # endif  // !GTEST_OS_WINDOWS
 
-DeathTestFactory::~DeathTestFactory() {}
-
 // Creates a concrete DeathTest-derived class that depends on the
 // --gtest_death_test_style flag, and sets the pointer pointed to
 // by the "test" argument to its address.  If the test should be





More information about the llvm-commits mailing list