diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-06-03 15:30:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-06-03 15:30:48 +0000 |
| commit | be9cef8af4f67db463be2612a622efe0e193d13f (patch) | |
| tree | ff6b5bac0d0c089b4f5d61bc52642f28227271a4 /llvm | |
| parent | 46a1892c68893c3fd2c3da441c2d9054cdc95b0a (diff) | |
| download | bcm5719-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.h | 11 |
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 |

