Cosmetic change.
[oota-llvm.git] / include / llvm / Constant.h
index e48a9c5d74078fc457c25d1d26b1a1ec307c06ea..d925fdb618ed96871847dcb0c9473d2dbea03478 100644 (file)
@@ -43,10 +43,6 @@ protected:
     : User(Ty, vty, Ops, NumOps) {}
 
   void destroyConstantImpl();
-  static void destroyThis(Constant*v) {
-    User::destroyThis(v);
-  }
-  friend class Value;
 public:
   /// Static constructor to get a '0' constant of arbitrary type...
   ///