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 | 2333b12c8adde0c9fe9c52aa5a650a9a5011d9ab (patch) | |
tree | 9b841b963a90ae9569bd13ff6d01b5c169294c84 /llvm/unittests/Support/ValueHandleTest.cpp | |
parent | ec8724f25036b7566e5aa5ad9a1cc6c55afdfa6c (diff) | |
download | bcm5719-llvm-2333b12c8adde0c9fe9c52aa5a650a9a5011d9ab.tar.gz bcm5719-llvm-2333b12c8adde0c9fe9c52aa5a650a9a5011d9ab.zip |
zap dead code.
llvm-svn: 112708
Diffstat (limited to 'llvm/unittests/Support/ValueHandleTest.cpp')
-rw-r--r-- | llvm/unittests/Support/ValueHandleTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ValueHandleTest.cpp b/llvm/unittests/Support/ValueHandleTest.cpp index 6a6528fbddf..ba610ea4ff9 100644 --- a/llvm/unittests/Support/ValueHandleTest.cpp +++ b/llvm/unittests/Support/ValueHandleTest.cpp @@ -35,7 +35,6 @@ protected: class ConcreteCallbackVH : public CallbackVH { public: - ConcreteCallbackVH() : CallbackVH() {} ConcreteCallbackVH(Value *V) : CallbackVH(V) {} }; |