eliminate some dead friends.

llvm-svn: 34447
This commit is contained in:
Chris Lattner 2007-02-20 07:18:01 +00:00
parent c6ee77d1b0
commit 2db2c526a5
1 changed files with 0 additions and 2 deletions

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