summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-03 15:30:48 +0000
committerChris Lattner <sabre@nondot.org>2003-06-03 15:30:48 +0000
commitbe9cef8af4f67db463be2612a622efe0e193d13f (patch)
treeff6b5bac0d0c089b4f5d61bc52642f28227271a4 /llvm
parent46a1892c68893c3fd2c3da441c2d9054cdc95b0a (diff)
downloadbcm5719-llvm-be9cef8af4f67db463be2612a622efe0e193d13f.tar.gz
bcm5719-llvm-be9cef8af4f67db463be2612a622efe0e193d13f.zip
There are now no uses of NonCopyableV
llvm-svn: 6580
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/Support/NonCopyable.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/include/Support/NonCopyable.h b/llvm/include/Support/NonCopyable.h
index f4fc26805a4..82f3c1a760d 100644
--- a/llvm/include/Support/NonCopyable.h
+++ b/llvm/include/Support/NonCopyable.h
@@ -23,15 +23,4 @@ protected:
inline ~NonCopyable() {}
};
-class NonCopyableV {
- // Disable the copy constructor and the assignment operator
- // by making them both private:
- //
- NonCopyableV(const NonCopyableV &); // DO NOT IMPLEMENT
- NonCopyableV &operator=(const NonCopyableV &); // DO NOT IMPLEMENT
-protected:
- inline NonCopyableV() {}
- virtual ~NonCopyableV() {}
-};
-
#endif
OpenPOWER on IntegriCloud