summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-01 15:44:05 +0000
committerChris Lattner <sabre@nondot.org>2010-09-01 15:44:05 +0000
commita51d89ce161e2a832ecca6906d73d78eff66c351 (patch)
tree697b3562138d1da34c3320458b310750d0858b64 /unittests
parent8861e275d0947a0a3cdf7722feaee2fd02058ad0 (diff)
downloadllvm-a51d89ce161e2a832ecca6906d73d78eff66c351.tar.gz
llvm-a51d89ce161e2a832ecca6906d73d78eff66c351.tar.bz2
llvm-a51d89ce161e2a832ecca6906d73d78eff66c351.tar.xz
zap dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/ValueHandleTest.cpp1
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) {}
};