eliminate some dead friends.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Feb 2007 07:18:01 +0000 (07:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Feb 2007 07:18:01 +0000 (07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34447 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index 53a5811a3f80079fce46e49f44c80a2db7a63f33..1fb65e0c2979c4c38c3eabeccf0342fb525c1f52 100644 (file)
@@ -172,8 +172,6 @@ private:
 ///
 class ConstantFP : public Constant {
   double Val;
-  friend struct ConstantCreator<ConstantFP, Type, uint64_t>;
-  friend struct ConstantCreator<ConstantFP, Type, uint32_t>;
   ConstantFP(const ConstantFP &);      // DO NOT IMPLEMENT
 protected:
   ConstantFP(const Type *Ty, double V);