From a51d89ce161e2a832ecca6906d73d78eff66c351 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Sep 2010 15:44:05 +0000 Subject: [PATCH] zap dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112708 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/ValueHandleTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/Support/ValueHandleTest.cpp b/unittests/Support/ValueHandleTest.cpp index 6a6528fbddf..ba610ea4ff9 100644 --- a/unittests/Support/ValueHandleTest.cpp +++ b/unittests/Support/ValueHandleTest.cpp @@ -35,7 +35,6 @@ protected: class ConcreteCallbackVH : public CallbackVH { public: - ConcreteCallbackVH() : CallbackVH() {} ConcreteCallbackVH(Value *V) : CallbackVH(V) {} };