mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
There are now no uses of NonCopyableV
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf0ac3fe69
commit
0c0583a765
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user