summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-11-18 09:44:36 +0000
committerAlexey Samsonov <samsonov@google.com>2013-11-18 09:44:36 +0000
commit38ea7b55ece37f189726ff5bc60e0b5c2754bee4 (patch)
tree950d59c1073e31f96ddad207e21418cacd7b6d6a /utils
parentb21ab43cfc3fa0dacf5c95f04e58b6d804b59a16 (diff)
downloadllvm-38ea7b55ece37f189726ff5bc60e0b5c2754bee4.tar.gz
llvm-38ea7b55ece37f189726ff5bc60e0b5c2754bee4.tar.bz2
llvm-38ea7b55ece37f189726ff5bc60e0b5c2754bee4.tar.xz
Unbreak the build after r194997
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/unittest/googletest/src/gtest-death-test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/unittest/googletest/src/gtest-death-test.cc b/utils/unittest/googletest/src/gtest-death-test.cc
index 6c8b001ee2..82453f20fd 100644
--- a/utils/unittest/googletest/src/gtest-death-test.cc
+++ b/utils/unittest/googletest/src/gtest-death-test.cc
@@ -1035,8 +1035,6 @@ DeathTest::TestRole ExecDeathTest::AssumeRole() {
# 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