diff options
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r-- | include/llvm/Value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 58a4c8cbac..67af6edb8f 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -66,11 +66,8 @@ private: friend class SymbolTable; // Allow SymbolTable to directly poke Name. ValueName *Name; -private: void operator=(const Value &); // Do not implement Value(const Value &); // Do not implement -protected: - static void destroyThis(Value*); public: Value(const Type *Ty, unsigned scid); |