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);