From: Chris Lattner Date: Tue, 20 Feb 2007 07:18:01 +0000 (+0000) Subject: eliminate some dead friends. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f543f748c3080f3474e8ffc3baf17f26182cb16e;p=oota-llvm.git eliminate some dead friends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34447 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 53a5811a3f8..1fb65e0c297 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -172,8 +172,6 @@ private: /// class ConstantFP : public Constant { double Val; - friend struct ConstantCreator; - friend struct ConstantCreator; ConstantFP(const ConstantFP &); // DO NOT IMPLEMENT protected: ConstantFP(const Type *Ty, double V);