Cosmetic change.
[oota-llvm.git] / include / llvm / Value.h
index 58a4c8cbac61863ead687322190678ce92def74d..67af6edb8f98a6475636038f8125b0c5709372eb 100644 (file)
@@ -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);