diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-01 15:44:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-01 15:44:05 +0000 |
commit | a51d89ce161e2a832ecca6906d73d78eff66c351 (patch) | |
tree | 697b3562138d1da34c3320458b310750d0858b64 | |
parent | 8861e275d0947a0a3cdf7722feaee2fd02058ad0 (diff) |
zap dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | unittests/Support/ValueHandleTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/ValueHandleTest.cpp b/unittests/Support/ValueHandleTest.cpp index 6a6528fbdd..ba610ea4ff 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) {} }; |